dawn-cmake/test/intrinsics/gen/round/1c7897.wgsl.expected.hlsl

21 lines
254 B
HLSL

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