Enum glenum::ShaderPrecision [] [src]

pub enum ShaderPrecision {
    LowFloat,
    MediumFloat,
    HighFloat,
    LowInt,
    MediumInt,
    HighInt,
}

Variants

Trait Implementations

impl Debug for ShaderPrecision
[src]

[src]

Formats the value using the given formatter.

impl Clone for ShaderPrecision
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ShaderPrecision
[src]