Sign in
dawn
/
dawn
/
ee981f5a095973a4a5bab02c0d7d6716a55ab5ca
/
.
/
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
));
}