Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
literal
/
vector.wgsl
blob: 77499785af05070b44f8770aea3d127817c99bbd [
file
] [
log
] [
blame
]
fn f
()
->
f32
{
let
v
=
vec3
<f32>
(
1.0
,
2.0
,
3.0
);
return
v
[
1
];
}