Sign in
dawn
/
dawn
/
bb3d96340576e60a2089c969185b5ec8c24ac8b4
/
.
/
test
/
access
/
var
/
vector.wgsl.expected.msl
blob: 62c927e96e471cfb524b0dfadae3cb7ae061ed81 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float3 v
=
0.0f
;
const
float
scalar
=
v
.
y
;
const
float2 swizzle2
=
v
.
xz
;
const
float3 swizzle3
=
v
.
xzy
;
return
;
}