Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
fwidthFine
/
ff6aa0.wgsl.expected.ir.fxc.hlsl
blob: 5800cc755429d51793a02b8811bc2f6718420674 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
float2 fwidthFine_ff6aa0
()
{
float2 res
=
fwidth
((
1.0f
).
xx
);
return
res
;
}
void
fragment_main
()
{
prevent_dce
.
Store2
(
0u
,
asuint
(
fwidthFine_ff6aa0
()));
}