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