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