StencilDesc

Structure representing the stencil description needed for a pipeline object.

File location: framework/cauldron/framework/inc/render/pipelinedesc.h

Detailed description

Structure representing the stencil description needed for a pipeline object.

Data fields

Type

Description

StencilOp

StencilFailOp
Stencil fail operation (defaults to StencilOp::Keep).

StencilOp

StencilDepthFailOp
Stencil depth fail operation (defaults to StencilOp::Keep).

StencilOp

StencilPassOp
Stencil pass operation (defaults to StencilOp::Keep).

ComparisonFunc

StencilFunc
Stenicl comparison function (defaults to ComparisonFunc::Always).