Enum glenum::UniformType [] [src]

pub enum UniformType {
    FloatVec2,
    FloatVec3,
    FloatVec4,
    IntVec2,
    IntVec3,
    IntVec4,
    Bool,
    BoolVec2,
    BoolVec3,
    BoolVec4,
    FloatMat2,
    FloatMat3,
    FloatMat4,
    Sampler2d,
    SamplerCube,
}

Constants passed to WebGLRenderingContext.hint()

Variants

Trait Implementations

impl Debug for UniformType
[src]

[src]

Formats the value using the given formatter.

impl Clone for UniformType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UniformType
[src]