Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
access
/
var
/
matrix.spvasm.expected.msl
blob: 12a0b73e643e4b00d4798b37248ad1fdf08c9a1b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float3x3 m
=
float3x3
(
float3
(
0.0f
,
0.0f
,
0.0f
),
float3
(
0.0f
,
0.0f
,
0.0f
),
float3
(
0.0f
,
0.0f
,
0.0f
));
float3
const
x_15
=
m
[
1
];
float
const
x_16
=
x_15
.
y
;
return
;
}