dawn-cmake/test/intrinsics/gen/round/52c84d.wgsl.expected.hlsl

21 lines
248 B
HLSL

void round_52c84d() {
float2 res = round(float2(0.0f, 0.0f));
}
void vertex_main() {
round_52c84d();
return;
}
void fragment_main() {
round_52c84d();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
round_52c84d();
return;
}