Enum glin::attributes::Type [−][src]
#[repr(u32)] pub enum Type { I8, U8, I16, U16, I32, U32, Bool, Float, Double, }
OpenGL supported attribute types
#[repr(u32)] pub enum Type { I8, U8, I16, U16, I32, U32, Bool, Float, Double, }
OpenGL supported attribute types
impl Copy for Type
[src]impl Eq for Type
[src]impl StructuralEq for Type
[src]impl StructuralPartialEq for Type
[src]impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type