Enum gfx::device::shade::Stage [] [src]

pub enum Stage {
    Vertex,
    Geometry,
    Fragment,
}

Which program stage this shader represents.

Variants

Vertex
Geometry
Fragment

Trait Implementations

Derived Implementations

impl PartialEq for Stage

fn eq(&self, __arg_0: &Stage) -> bool

fn ne(&self, __arg_0: &Stage) -> bool

impl Hash for Stage

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Debug for Stage

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Stage

fn clone(&self) -> Stage

fn clone_from(&mut self, source: &Self)

impl Copy for Stage