limelight 0.1.3

WebGL2 wrapper with a focus on making high-performance graphics code easier to write and maintain
Documentation
1
2
3
4
5
6
7
#[derive(Copy, Clone)]
#[repr(u32)]
pub enum CullingMode {
    Front = 0x0404,
    Back = 0x0405,
    FrontAndBack = 0x0408,
}