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