Sign in
dawn
/
dawn
/
18b966321bca9ed2a7787c0adbbb18d013fac43e
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat4x4
/
explicit
/
scalars
/
f32.wgsl
blob: 8ab5b1608f7e0fd211316a2819a6424817bbc2aa [
file
] [
log
] [
blame
]
let
m
=
mat4x4
<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
,
12.0f
,
13.0f
,
14.0f
,
15.0f
);