e2r 0.10.0

experimental rendering engine in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// pub mod rendernode;
pub mod renderer_gl;
pub mod renderdevice_gl;
pub mod rendercommon;
pub mod util_gl;
pub mod camera;
pub mod light;
pub mod shader_collection;
pub mod router;
pub mod mesh;
pub mod primitive;
pub mod render_commands;
pub mod texture;
pub mod texture_collection;