Struct mallumo_gls::texture::Texture1DParameters [] [src]

pub struct Texture1DParameters {
    pub min: TextureTexelFilter,
    pub mag: TextureTexelFilter,
    pub mipmap: TextureMipmapFilter,
    pub wrap_s: TextureWrapMode,
}

Fields

Trait Implementations

impl Debug for Texture1DParameters
[src]

Formats the value using the given formatter.

impl Copy for Texture1DParameters
[src]

impl Clone for Texture1DParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Texture1DParameters
[src]

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

This method tests for !=.

impl Default for Texture1DParameters
[src]

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