blob: 40b402185bcf99c0436eae2b52ede0906b46683f [file] [log] [blame]
SKIP: FAILED
float4 fwidthCoarse_4e4fc4() {
float4 res = fwidth((1.0f).xxxx);
return res;
}
void fragment_main() {
prevent_dce = fwidthCoarse_4e4fc4();
}
DXC validation failure:
hlsl.hlsl:7:3: error: use of undeclared identifier 'prevent_dce'
prevent_dce = fwidthCoarse_4e4fc4();
^