blob: 330eb42db721f60ea78367a9284ea9d5220a10cc [file] [log] [blame]
float4 fwidthCoarse_4e4fc4() {
float4 res = fwidth((1.0f).xxxx);
return res;
}
RWByteAddressBuffer prevent_dce : register(u0);
void fragment_main() {
prevent_dce.Store4(0u, asuint(fwidthCoarse_4e4fc4()));
return;
}