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
pub mod conversions;
pub mod extra_ffi;
pub mod features;
pub mod util;

bitflags::bitflags! {
    pub struct BarrierFlagsMetal: u8 {
        const BUFFERS = 1;
        const TEXTURES = 2;
        const RENDER_TARGETS = 4;
        const FENCE = 8;
    }
}