4 个版本
0.2.2 | 2021 年 5 月 31 日 |
---|---|
0.2.1 | 2020 年 1 月 27 日 |
0.2.0 | 2020 年 1 月 4 日 |
0.1.0 | 2020 年 1 月 4 日 |
#4 in #std140
6KB
131 代码行数(不含注释)
cgmath-std140
示例
use cgmath_std140::AsStd140;
use cgmath::Vector4;
let vector: Vector4 = Vector4::new(1.0, 2.0, 3.0, 4.0);
let converted: std140::vec4 = matrix.as_std140();
许可协议
MIT
依赖项
~2MB
~46K SLoC