Sign in
dawn
/
dawn
/
ce466c0df3d8474e61dff2315aa8de1c722d82eb
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat4x3
/
inferred
/
scalars
/
abstract-float.wgsl
blob: 32326a9ed81634343db56f3cc34f7efd359a7cc8 [
file
] [
log
] [
blame
]
let
m
=
mat4x3
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
,
8.0
,
9.0
,
10.0
,
11.0
);