Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
type_ctor
/
mat3x4
/
explicit
/
scalars
/
f32.wgsl
blob: 8b1a949a9dcb0939b3adffc3bb68607e77cf7e4e [
file
] [
log
] [
blame
]
let
m
=
mat3x4
<f32>
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
,
8.0
,
9.0
,
10.0
,
11.0
);