Sign in
dawn
/
tint
/
e2528e92979653f2a2461fe327ca8d59ff227413
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x2.wgsl
blob: 67b5b1914d921f4ce055a703e47f2393f4c64528 [
file
] [
log
] [
blame
]
let
m
=
mat3x2
<f32>
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
);