Enum mallumo_gls::raw::TextureTexelFilter [] [src]

pub enum TextureTexelFilter {
    Nearest,
    Linear,
}

Variants

Trait Implementations

impl Debug for TextureTexelFilter
[src]

Formats the value using the given formatter.

impl Copy for TextureTexelFilter
[src]

impl Clone for TextureTexelFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Default for TextureTexelFilter
[src]

Returns the "default value" for a type. Read more