syrillian_render 0.7.1

Renderer of the Syrillian Game Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extern crate self as syrillian_render;

pub mod cache;
pub mod error;
pub mod lighting;
pub mod model_uniform;
pub mod passes;
pub mod proxies;
pub mod rendering;
pub mod strobe;
mod utils;

type ObjectHash = u32;

pub use rendering::AssetCache;
pub use rendering::debug_renderer::DebugRenderer;