Sign in
dawn
/
dawn
/
55be62690cbc0e466e875c7eeea00afa62bccfaa
/
.
/
test
/
tint
/
builtins
/
arrayLength
/
simple.wgsl.expected.dxc.hlsl
blob: 4f10e8cfeb57edc324d23af955b8a7f16ba5fa99 [
file
] [
log
] [
blame
]
ByteAddressBuffer
G
:
register
(
t0
);
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
uint
tint_symbol_1
=
0u
;
G
.
GetDimensions
(
tint_symbol_1
);
uint
tint_symbol_2
=
((
tint_symbol_1
-
0u
)
/
4u
);
uint
l1
=
tint_symbol_2
;
return
;
}