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

9 lines
128 B
HLSL

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