Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
access
/
var
/
vector.spvasm.expected.ir.msl
blob: 677c0e7cb04668bc1dcc2581527e179bb7af8e88 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3 v
=
float3
(
0.0f
);
float
const
x_14
=
v
[
1u
];
float2
const
x_17
=
v
.
xz
;
float3
const
x_19
=
v
.
xzy
;
}
kernel
void
tint_symbol
()
{
main_1
();
}