![]() |
LLGL 0.05 Beta
|
Stencil state descriptor structure. More...
#include <PipelineStateFlags.h>
Public Attributes | |
| bool | testEnabled = false |
| Specifies whether the stencil test is enabled or disabled. By default disabled. | |
| bool | referenceDynamic = false |
| Specifies whether the stencil reference values will be set dynamically with the command buffer. By default false. | |
| StencilFaceDescriptor | front |
| Specifies the front face settings for the stencil test. | |
| StencilFaceDescriptor | back |
| Specifies the back face settings for the stencil test. | |
Stencil state descriptor structure.
| StencilFaceDescriptor LLGL::StencilDescriptor::back |
Specifies the back face settings for the stencil test.
| StencilFaceDescriptor LLGL::StencilDescriptor::front |
Specifies the front face settings for the stencil test.
readMask, writeMask, and reference are only supported for the front face. | bool LLGL::StencilDescriptor::referenceDynamic = false |
Specifies whether the stencil reference values will be set dynamically with the command buffer. By default false.
front and back is ignored and the stencil reference values must be set with the SetStencilReference function everytime the graphics pipeline is set. | bool LLGL::StencilDescriptor::testEnabled = false |
Specifies whether the stencil test is enabled or disabled. By default disabled.