Sign in
dawn
/
tint
/
f91b02bba126f62b7bd475d44d665290c9ffbbdd
/
.
/
test
/
expressions
/
type_ctor
/
mat2x4
/
explicit
/
scalars
/
f32.wgsl
blob: e258e63b111933bf504c76f1614ba04553bff35c [
file
] [
log
] [
blame
]
let
m
=
mat2x4
<f32>
(
0.0
,
1.0
,
2.0
,
3.0
,
4.0
,
5.0
,
6.0
,
7.0
);