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