Sign in
dawn
/
dawn
/
711ed9e932e36b8050230e3a7def0874005daa6e
/
.
/
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
;
}