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