Sign in
dawn
/
tint
/
8ec32a6ec99a3989a3af344e01a2d9ffd8f4f197
/
.
/
test
/
access
/
var
/
matrix.spvasm.expected.msl
blob: 818eb61690ea4134abe5c8114b844def33211972 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3x3 m
=
float3x3
();
float3
const
x_15
=
m
[
1
];
float
const
x_16
=
x_15
[
1
];
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}