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