Sign in
dawn
/
dawn
/
refs/heads/main
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.msl
blob: 1277c5a008a433970463a67e602b520a6aebb499 [
file
] [
log
] [
blame
] [
edit
]
#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
;
}