Enum luminance::shader::program::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.

impl Eq for Dim
[src]

impl PartialEq for Dim
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.