Sign in
dawn
/
dawn
/
1d94ba00a58affdc6fb2ee18cbb0234c8a2ee3c6
/
.
/
test
/
tint
/
builtins
/
arrayLength
/
via_let_complex_no_struct.wgsl.expected.dxc.hlsl
blob: c89e5e814edd46c4f86b56e409d6468dbc68817e [
file
]
ByteAddressBuffer
G
:
register
(
t0
);
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
uint
tint_symbol_1
=
0u
;
G
.
GetDimensions
(
tint_symbol_1
);
const
uint
tint_symbol_2
=
(
tint_symbol_1
/
4u
);
const
uint
l1
=
tint_symbol_2
;
return
;
}