Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
access
/
var
/
matrix.wgsl.expected.ir.msl
blob: bd6323f79e4dc61d6fabf276a6580683b7ed60cb [
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
=
v
[
1
];
}