Enum luminance::texture::CubeFace [] [src]

pub enum CubeFace {
    PositiveX,
    NegativeX,
    PositiveY,
    NegativeY,
    PositiveZ,
    NegativeZ,
}

Faces of a cubemap.

Variants

Trait Implementations

impl Clone for CubeFace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CubeFace
[src]

impl Debug for CubeFace
[src]

Formats the value using the given formatter.