dawn-cmake/test/intrinsics/gen/modf/bb9088.wgsl.expected.hlsl

12 lines
178 B
HLSL

groupshared float3 arg_1;
void modf_bb9088() {
float3 res = modf(float3(0.0f, 0.0f, 0.0f), arg_1);
}
[numthreads(1, 1, 1)]
void compute_main() {
modf_bb9088();
return;
}