Sign in
dawn
/
dawn
/
d5f53ab580b758202155df2d7cf64b1481d0f736
/
.
/
test
/
tint
/
access
/
let
/
matrix.spvasm.expected.msl
blob: ca54fa670e303ace7ea2f0d67dd15fb9f516d50e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_24
=
float3
(
4.0f
,
5.0f
,
6.0f
)[
1
];
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}