Trait rin_graphics::PrimitiveTypeToGl[][src]

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

Required methods

fn to_gl(self) -> GLenum[src]

Loading content...

Implementors

impl PrimitiveTypeToGl for PrimitiveType[src]

Mesh primitive type to gl primitive type

Loading content...