aleatico 0.1.0

stub package for fennel engine graphics
Documentation
1
2
3
4
5
6
7
8
/// GPU context
pub mod ctx;
/// Rendering pipeline
pub mod pipelines;
/// Rendering surface
pub mod surface;
/// Vertices
pub mod vertex;