Sign in
dawn
/
tint
/
d57a129810051f867cf46657439605120c8fec12
/
.
/
test
/
access
/
let
/
matrix.spvasm.expected.msl
blob: 2123a38a6c13955c69be6e362c092440ed73064f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_24
=
float3x3
(
float3
(
1.0f
,
2.0f
,
3.0f
),
float3
(
4.0f
,
5.0f
,
6.0f
),
float3
(
7.0f
,
8.0f
,
9.0f
))[
1u
].
y
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}