Enum mallumo_gls::raw::TextureTarget [] [src]

pub enum TextureTarget {
    Texture1D,
    Texture2D,
    Texture3D,
    Texture1DArray,
    Texture2DArray,
    TextureRectangle,
    TextureCubeMap,
    TextureCubeMapArray,
    TextureBuffer,
    Texture2DMultisample,
    Texture2DMultisampleArray,
}

Variants

Trait Implementations

impl Debug for TextureTarget
[src]

Formats the value using the given formatter.

impl Copy for TextureTarget
[src]

impl Clone for TextureTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextureTarget
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TextureTarget
[src]