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

21 lines
224 B
HLSL

void max_0c0aae() {
uint res = max(1u, 1u);
}
void vertex_main() {
max_0c0aae();
return;
}
void fragment_main() {
max_0c0aae();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
max_0c0aae();
return;
}