Sign in
dawn
/
dawn
/
50414807150bdac9f41817fea7bdf939425768be
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat4x2
/
explicit
/
vectors
/
f32.wgsl.expected.wgsl
blob: 2d10da9ad28d15750b5911399449606de44d1885 [
file
] [
log
] [
blame
]
let
m
=
mat4x2
<f32>
(
vec2
<f32>
(
0.0f
,
1.0f
),
vec2
<f32>
(
2.0f
,
3.0f
),
vec2
<f32>
(
4.0f
,
5.0f
),
vec2
<f32>
(
6.0f
,
7.0f
));