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