cubos::core::gl::DepthStencilStateDesc::Stencil struct

Describes a stencil state.

Public types

struct Face
Decribes a stencil face.

Public variables

bool enabled
Is stencil enabled?
uint32_t ref
Stencil ref value used on stencil comparison functions.
uint8_t readMask
Stencil read mask.
uint8_t writeMask
Stencil write mask.
Face backFace
Stencil back face options.
Face frontFace
Stencil front face options.