Enum gfx_core::shade::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 for Stage
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
impl Clone for Stage
fn clone(&self) -> Stage
fn clone_from(&mut self, source: &Self)
impl Copy for Stage