Sign in
dawn
/
dawn
/
18b966321bca9ed2a7787c0adbbb18d013fac43e
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x2
/
explicit
/
scalars
/
f32.wgsl
blob: d2f7f21133435e8fdf95ee64995d6f88e02e1e14 [
file
] [
log
] [
blame
]
let
m
=
mat2x2
<f32>
(
0.0f
,
1.0f
,
2.0f
,
3.0f
);