Module redirect::pipeline::ds [] [src]

depth stencil states

Structs

DepthStencilDesc

describes the depth-stencil state

DepthWriteMask
StencilOp
StencilOpDesc

operations based on the stencil test

Constants

DEPTH_WRITE_MASK_ALL
DEPTH_WRITE_MASK_ZERO
STENCIL_OP_DECR

decrement and wrap

STENCIL_OP_DECR_SAT

decrement and clamp

STENCIL_OP_INCR

increment and wrap

STENCIL_OP_INCR_SAT

increment and clamp

STENCIL_OP_INVERT
STENCIL_OP_KEEP
STENCIL_OP_REPLACE
STENCIL_OP_ZERO