Sign in
dawn
/
dawn
/
6d62ecdf3d34b10d88bfada93785324e3c155001
/
.
/
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
();
}