Enum luminance::texture::Layering [] [src]

pub enum Layering {
    Flat,
    Layered,
}

Texture layering. If a texture is layered, it has an extra coordinates to access the layer.

Variants

Flat

Non-layered.

Layered

Layered.

Trait Implementations

impl Debug for Layering
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Layering
[src]

impl Clone for Layering
[src]

fn clone(&self) -> Layering

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more