Sign in
dawn
/
dawn
/
999db74a24031f54f0741285d7fa47bb8a56f2b0
/
.
/
test
/
tint
/
builtins
/
arrayLength
/
via_let_no_struct.wgsl.expected.fxc.hlsl
blob: d5cdca5b408d7405a651f148aa28f84b17ff1437 [
file
] [
log
] [
blame
]
ByteAddressBuffer
G
:
register
(
t0
,
space0
);
[
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
;
}