Sign in
dawn
/
tint
/
2f7730a16eade6692a47139feef38b080c70a7a1
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x3.wgsl
blob: b6a5ce10f7e8189e75b648d437ab8e53a9bef1f6 [
file
] [
log
] [
blame
]
let
m
=
mat3x3
<f32>
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
,
8.0
);