Struct draw_state::state::RefValues
[−]
[src]
pub struct RefValues { pub stencil: (Stencil, Stencil), pub blend: ColorValue, }
The complete set of the rasterizer reference values. Switching these doesn't roll the hardware context.
Fields
stencil | Stencil front and back values. |
blend | Constant blend color. |