Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
fwidth
/
5d1b39.wgsl.expected.ir.dxc.hlsl
blob: 78e0fd7c77a2caf2db2cc3fc134f1ef880ea6a27 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
float3 fwidth_5d1b39
()
{
float3 res
=
fwidth
((
1.0f
).
xxx
);
return
res
;
}
void
fragment_main
()
{
prevent_dce
.
Store3
(
0u
,
asuint
(
fwidth_5d1b39
()));
}