Sign in
dawn
/
dawn
/
711ed9e932e36b8050230e3a7def0874005daa6e
/
.
/
test
/
tint
/
access
/
let
/
matrix.wgsl.expected.ir.msl
blob: 9a5bc982c8395445297b4238d9930e00bb5630f2 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float3x3
const
m
=
float3x3
(
float3
(
1.0f
,
2.0f
,
3.0f
),
float3
(
4.0f
,
5.0f
,
6.0f
),
float3
(
7.0f
,
8.0f
,
9.0f
));
float3
const
v
=
m
[
1
];
float
const
f
=
v
[
1
];
}