Enum graphics::draw_state::Stencil
[−]
[src]
pub enum Stencil {
Clip(u8),
Inside(u8),
Outside(u8),
}Stencil buffer settings.
Variants
Clip | Draw to stencil buffer. | |
Inside | Draw pixels that have stencil value. | |
Outside | Draw pixels that does not have stencil value. |