rafx-api 0.0.16

Rendering framework built on an extensible asset pipeline
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod gl_context;
pub use gl_context::*;

mod gl_context_manager;
pub use gl_context_manager::GlContextManager;

pub mod conversions;

pub mod reflection;

pub mod gl_type_util;

pub mod fullscreen_quad;