dawn-cmake/test/intrinsics/gen/any/0e3e58.wgsl.expected.hlsl

26 lines
393 B
HLSL
Raw Normal View History

struct tint_symbol {
float4 value : SV_Position;
};
void any_0e3e58() {
bool res = any(vector<bool, 2>(false, false));
}
tint_symbol vertex_main() {
any_0e3e58();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
any_0e3e58();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
any_0e3e58();
return;
}