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