Sign in
dawn
/
dawn
/
527e38b68bb2615a4277a6efae9271ba7291d8ea
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.msl
blob: 1277c5a008a433970463a67e602b520a6aebb499 [
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
);
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}