blob: 2c25c6491e68ffb115e9f70d95aa1fe6e5244c22 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
float fwidth_df38ef() {
float res = fwidth(1.0f);
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(fwidth_df38ef()));
return;
}