Enum gfx::shade::core::Stage
[−]
[src]
pub enum Stage {
Vertex,
Geometry,
Pixel,
}Which program stage this shader represents.
Variants
Vertex | ||
Geometry | ||
Pixel |