Describes a stencil test for either front or back faces.
More...
#include <DepthStencilState.h>
|
StencilOperation | stencilFailOp = StencilOperation::Keep |
| The operation to apply to the stencil buffer, if the stencil test fails (default: StencilOperation::Keep ).
|
|
StencilOperation | stencilPassOp = StencilOperation::Replace |
| The operation to apply to the stencil buffer, if the stencil test passes (default: StencilOperation::Keep ).
|
|
StencilOperation | depthFailOp = StencilOperation::Keep |
| The operation to apply to the stencil buffer, if the depth test fails (default: StencilOperation::Keep ).
|
|
CompareOperation | operation = CompareOperation::Never |
| The operation use for stencil testing (default: CompareOperation::Never ).
|
|
Describes a stencil test for either front or back faces.