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