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

10 lines
152 B
HLSL

void fwidthCoarse_4e4fc4() {
float4 arg_0 = (1.0f).xxxx;
float4 res = fwidth(arg_0);
}
void fragment_main() {
fwidthCoarse_4e4fc4();
return;
}