Struct gfx::state::RefValues
[−]
[src]
pub struct RefValues {
pub stencil: (u8, u8),
pub blend: [f32; 4],
}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. |