Sign in
dawn
/
tint
/
066c17585214eb705d2f48b56b864c2f5a2164b0
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat4x2.wgsl
blob: 0148e38439209936f4c110779e67a56264e1b728 [
file
] [
log
] [
blame
]
let
m
=
mat4x2
<f32>
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
);