Enum gfx::shade::core::Stage []

pub enum Stage {
    Vertex,
    Geometry,
    Pixel,
}

Which program stage this shader represents.

Variants

Trait Implementations

impl Copy for Stage

impl Clone for Stage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stage

Formats the value using the given formatter.

impl Hash for Stage

impl PartialEq<Stage> for Stage

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

This method tests for !=.