Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
dpdxCoarse
/
9581cf.wgsl.expected.ir.fxc.hlsl
blob: 7b768634ecf278400776ea1407258392d8611a23 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
float2 dpdxCoarse_9581cf
()
{
float2 res
=
ddx_coarse
((
1.0f
).
xx
);
return
res
;
}
void
fragment_main
()
{
prevent_dce
=
dpdxCoarse_9581cf
();
}