Sign in
dawn
/
dawn
/
f5b5bf7dbe8e7be6f37e24e09e55a80c73fcdca5
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.ir.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
();
}