Enum gfx::shade::core::Stage
[−]
[src]
pub enum Stage { Vertex, Geometry, Pixel, }
Which program stage this shader represents.
Variants
Vertex | ||
Geometry | ||
Pixel |
pub enum Stage { Vertex, Geometry, Pixel, }
Which program stage this shader represents.
Vertex | ||
Geometry | ||
Pixel |
impl PartialEq<Stage> for Stage
impl Hash for Stage
impl Debug for Stage
impl Clone for Stage
fn clone(&self) -> Stage
fn clone_from(&mut self, source: &Self)
impl Copy for Stage