dawn-cmake/test/intrinsics/gen/max/462050.wgsl.expected.hlsl

25 lines
403 B
HLSL

void max_462050() {
float2 res = max(float2(0.0f, 0.0f), float2(0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
max_462050();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
max_462050();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
max_462050();
return;
}