dawn-cmake/test/builtins/gen/fwidthCoarse/4e4fc4.wgsl.expected.hlsl

9 lines
147 B
HLSL

void fwidthCoarse_4e4fc4() {
float4 res = fwidth(float4(0.0f, 0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidthCoarse_4e4fc4();
return;
}