dawn-cmake/test/intrinsics/gen/trunc/562d05.wgsl.expected.hlsl

21 lines
254 B
HLSL

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