Struct draw_state::state::Stencil
[−]
[src]
pub struct Stencil {
pub front: StencilSide,
pub back: StencilSide,
}Complete stencil state, specifying how to handle the front and back side of a face.
Fields
front | |
back |