Enum mallumo_gls::raw::TextureParameterOption [] [src]

pub enum TextureParameterOption {
    MinFilter(TextureTexelFilterTextureMipmapFilter),
    MagFilter(TextureTexelFilter),
    WrapS(TextureWrapMode),
    WrapT(TextureWrapMode),
    WrapR(TextureWrapMode),
    CubemapSeamless(TextureSeamless),
}

Variants

Trait Implementations

impl Debug for TextureParameterOption
[src]

Formats the value using the given formatter.

impl Copy for TextureParameterOption
[src]

impl Clone for TextureParameterOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextureParameterOption
[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 TextureParameterOption
[src]