rafx-framework 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
14
mod extract;
pub use extract::*;

mod prepare;
pub use prepare::*;

mod write;
pub use write::*;

mod visibility;
pub use visibility::*;

mod job_context;
pub use job_context::*;