Trait glitter::texture::ImageTargetType [] [src]

pub trait ImageTargetType {
    fn gl_enum(&self) -> GLenum;
}

A trait implemented for types that are used to represent all of the possible 2D images that make up a specific implementation of TextureType. For more details, read the TextureType documentation.

Required Methods

Get the raw OpenGL enum value for an image target.

Implementors