Sign in
dawn
/
tint
/
refs/heads/chromium/4886
/
.
/
test
/
builtins
/
arrayLength
/
simple_no_struct.wgsl
blob: 985c87e1be4d9fce42ccdaf7b672ca54a064f4b9 [
file
] [
log
] [
blame
] [
edit
]
@group
(
0
)
@binding
(
0
)
var
<
storage
,
read
>
G
:
array
<i32>
;
@stage
(
compute
)
@workgroup_size
(
1
)
fn main
()
{
let
l1
:
u32
=
arrayLength
(&
G
);
}