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

#[repr(u8)]
pub enum Stage { Vertex, Hull, Domain, Geometry, Pixel, }

Which program stage this shader represents.

Variants

Trait Implementations

impl Debug for Stage

Formats the value using the given formatter.

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 !=.

impl Hash for Stage

impl Eq for Stage

impl Copy for Stage

impl Clone for Stage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more