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 Stageimpl Hash for Stagefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Debug for Stageimpl Clone for Stagefn clone(&self) -> Stagefn clone_from(&mut self, source: &Self)impl Copy for Stage