Sign in
dawn
/
dawn
/
32f3eff010524189f8639c27f2c7abdbf4ebbe17
/
.
/
test
/
tint
/
expressions
/
index
/
var
/
let
/
literal
/
vector.wgsl.expected.ir.msl
blob: a335fb677e872d55d25d2a245a3e9ddac5ae9e56 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float
f
()
{
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
int
const
i
=
1
;
return
v
[
i
];
}