Enum mallumo_gls::raw::PipelineShaderStage [] [src]

pub enum PipelineShaderStage {
    Vertex,
    Fragment,
    Geometry,
    TessellationEvaluation,
    TessellationControl,
    Compute,
}

Variants

Trait Implementations

impl Debug for PipelineShaderStage
[src]

Formats the value using the given formatter.

impl Copy for PipelineShaderStage
[src]

impl Clone for PipelineShaderStage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineShaderStage
[src]

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

This method tests for !=.

impl Eq for PipelineShaderStage
[src]