Sign in
dawn
/
dawn
/
7abbf53a30e9c03bf3a1119dfa139abf6cb4814d
/
.
/
test
/
tint
/
access
/
var
/
matrix.spvasm.expected.ir.msl
blob: b99cec7c80427e377eec1bbd2251327268df8ab8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3x3 m
=
float3x3
(
float3
(
0.0f
),
float3
(
0.0f
),
float3
(
0.0f
));
float
const
x_16
=
m
[
1
][
1u
];
}
kernel
void
tint_symbol
()
{
main_1
();
}