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

7 lines
125 B
HLSL

[numthreads(1, 1, 1)]
void main() {
float whole = 0.0f;
const float tint_symbol = modf(1.230000019f, whole);
return;
}