Enum glossy_codegen::Language [] [src]

pub enum Language {
    OpenGl,
    OpenGlEs20,
    OpenGlEs30,
}

The language that glossy will target when optimizing shaders.

Variants

Trait Implementations

impl Copy for Language
[src]

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Language
[src]

impl PartialEq for Language
[src]

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

This method tests for !=.