Sign in
dawn
/
dawn
/
ef976b28459f55b5d916d97d0b43b1ec6341d258
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.msl
blob: 7cea110f9f4223c6a86135f76ba19308a94eafbb [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_11
=
2.0f
;
float2
const
x_13
=
float2
(
1.0f
,
3.0f
);
float3
const
x_14
=
float3
(
1.0f
,
3.0f
,
2.0f
);
}
kernel
void
v
()
{
main_1
();
}