Sign in
dawn
/
dawn
/
58e2fb1253b7b644b5da16ece3a276e89be6e622
/
.
/
test
/
intrinsics
/
arrayLength
/
simple.wgsl.expected.hlsl
blob: de68f94ef5fedc6a364638bb3467ce00260f1157 [
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
-
0u
)
/
4u
);
const
uint
l1
=
tint_symbol_2
;
return
;
}