Enum luminance::texture::Dim [] [src]

pub enum Dim {
    Dim1,
    Dim2,
    Dim3,
    Cubemap,
}

Dimension of a texture.

Variants

Trait Implementations

impl Clone for Dim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dim
[src]

impl Debug for Dim
[src]

Formats the value using the given formatter.