Sign in
dawn
/
tint
/
bf0180bcee90e8624d8063e55624bfebd8f7fb76
/
.
/
test
/
access
/
var
/
matrix.wgsl.expected.msl
blob: 95fd2d6e1b9f4b358b3847efc47e2952b4d75509 [
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
];
return
;
}