Enum ringl::autoload::ShaderPrecision[][src]

pub enum ShaderPrecision {
    Low,
    Medium,
    High,
}

Variants

Trait Implementations

impl Clone for ShaderPrecision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ShaderPrecision
[src]

impl ToString for ShaderPrecision
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for ShaderPrecision

impl Sync for ShaderPrecision