Sign in
dawn
/
tint
/
671d9703f0c1f42560c8d28b7b555f39edc89d87
/
.
/
test
/
expressions
/
type_ctor
/
mat4x4
/
inferred
/
scalars
/
f32.wgsl
blob: 571610f4807a9799ae8304b380f05b13c3a73caa [
file
] [
log
] [
blame
]
let
m
=
mat4x4
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
,
8.0
,
9.0
,
10.0
,
11.0
,
12.0
,
13.0
,
14.0
,
15.0
);