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