Sign in
dawn
/
tint
/
b1d2b84f7dcbe753f625c17885866233732e3148
/
.
/
test
/
expressions
/
type_ctor
/
mat4x2
/
inferred
/
scalars
/
f32.wgsl
blob: f0946b93a5d300bd546b42af27e8a0ed510ae228 [
file
] [
log
] [
blame
]
let
m
=
mat4x2
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
);