Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
access
/
let
/
matrix.spvasm.expected.msl
blob: 74a4b931c4481c18c421b312539c3d0404b1b305 [
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
][
1
];
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}