Sign in
dawn
/
dawn
/
22c4850b0689a3ec4e1ebcde3c0b9e3ee69f92cc
/
.
/
test
/
tint
/
builtins
/
arrayLength
/
simple_no_struct.wgsl
blob: 5f24327531a65f3a6c34ce5f11ca39144f9ff314 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<
storage
,
read
>
G
:
array
<i32>
;
@compute
@workgroup_size
(
1
)
fn main
()
{
let
l1
:
u32
=
arrayLength
(&
G
);
}