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