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