Sign in
dawn
/
dawn
/
d9ffa54c787dbd790f4896bd522121a5c40b4ef4
/
.
/
test
/
tint
/
access
/
var
/
matrix.wgsl.expected.ir.msl
blob: 3e8f0f703d9afa782acc92c05d4f7f33b41b7e55 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float3x3 m
=
float3x3
(
0.0f
);
float3
const
v
=
m
[
1
];
float
const
f
=
m
[
1
][
1
];
}