Sign in
dawn
/
tint
/
671d9703f0c1f42560c8d28b7b555f39edc89d87
/
.
/
test
/
expressions
/
type_ctor
/
mat3x3
/
explicit
/
scalars
/
f32.wgsl
blob: b6a5ce10f7e8189e75b648d437ab8e53a9bef1f6 [
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
);