Sign in
dawn
/
dawn
/
527e38b68bb2615a4277a6efae9271ba7291d8ea
/
.
/
test
/
tint
/
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
;
}