Sign in
dawn
/
dawn
/
ddff3f086a78704a7885c1134f1dcfa15087f68b
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
fwidthFine
/
f1742d.wgsl.expected.fxc.hlsl
blob: ec70a683783fc241c26a165ea312c22ffb76002d [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
,
space2
);
void
fwidthFine_f1742d
()
{
float
res
=
fwidth
(
1.0f
);
prevent_dce
.
Store
(
0u
,
asuint
(
res
));
}
void
fragment_main
()
{
fwidthFine_f1742d
();
return
;
}