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

pub enum Layering {
    Flat,
    Layered,
}

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

Variants

Non-layered.

Layered.

Trait Implementations

impl Clone for Layering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Layering
[src]

impl Debug for Layering
[src]

Formats the value using the given formatter.