Sign in
dawn
/
dawn
/
fae723c7fd8847c0b238a7c600e777408225ed15
/
.
/
test
/
tint
/
builtins
/
gen
/
var
/
fwidthCoarse
/
e653f7.wgsl.expected.dxc.hlsl
blob: bdad029c27d1e150d4fceb0cfa9e09ff42ec82b7 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
float2 fwidthCoarse_e653f7
()
{
float2 arg_0
=
(
1.0f
).
xx
;
float2 res
=
fwidth
(
arg_0
);
return
res
;
}
void
fragment_main
()
{
prevent_dce
.
Store2
(
0u
,
asuint
(
fwidthCoarse_e653f7
()));
return
;
}