rafx-api 0.0.12

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

mod definitions;
pub use definitions::*;

mod misc;
pub use misc::*;

mod shader;
pub use shader::*;

pub use crate::reflection::*;