Trait rin::gl::PrimitiveTypeToGl[][src]

pub trait PrimitiveTypeToGl {
    pub fn to_gl(self) -> u32;
}

Required methods

pub fn to_gl(self) -> u32[src]

Loading content...

Implementors

impl PrimitiveTypeToGl for PrimitiveType[src]

Mesh primitive type to gl primitive type

Loading content...