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]

[src]

Converts the ShaderStage to its GLenum equivalent

Trait Implementations

impl Hash for ShaderStage
[src]

[src]

impl Copy for ShaderStage
[src]

impl Clone for ShaderStage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<ShaderStage> for ShaderStage
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ShaderStage
[src]

[src]

Formats the value using the given formatter.

impl Eq for ShaderStage
[src]