Sign in
dawn
/
dawn
/
e9a245e5cc4ab6dc2ecc32d8ebc42332220ade8e
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
literal
/
array.wgsl
blob: 1435ee774e26a74e634923dc8683f921c0f7e08b [
file
] [
log
] [
blame
]
fn f
()
->
i32
{
let
a
=
array
<
i32
,
8
>(
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
);
return
a
[
1
];
}