Enum luminance::shader::uniform::Dim [] [src]

pub enum Dim {
    Dim1,
    Dim2,
    Dim3,
    Dim4,
    Dim22,
    Dim33,
    Dim44,
    Cubemap,
}

Dimension of the uniform.

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.