Enum nannou::ui::backend::glium::glium::program::ShaderStage[][src]

pub enum ShaderStage {
    Vertex,
    Fragment,
    TessellationControl,
    TessellationEvaluation,
    Geometry,
}

The different stages of the program pipeline.

Variants

Methods

impl ShaderStage
[src]

Converts the ShaderStage to its GLenum equivalent

Trait Implementations

impl Hash for ShaderStage
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for ShaderStage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShaderStage
[src]

Formats the value using the given formatter. Read more

impl Copy for ShaderStage
[src]

impl Eq for ShaderStage
[src]

impl PartialEq<ShaderStage> for ShaderStage
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ShaderStage

impl Sync for ShaderStage