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