Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
dpdx
/
99edb1.wgsl.expected.ir.fxc.hlsl
blob: 4f7b81798008a5f5e8907dad5d0fcf5c011ca620 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
float2 dpdx_99edb1
()
{
float2 res
=
ddx
((
1.0f
).
xx
);
return
res
;
}
void
fragment_main
()
{
prevent_dce
=
dpdx_99edb1
();
}