![]() |
LLGL 0.05 Beta
|
Depth state descriptor structure. More...
#include <PipelineStateFlags.h>
Public Attributes | |
| bool | testEnabled = false |
| Specifies whether the depth test is enabled or disabled. By default disabled. | |
| bool | writeEnabled = false |
| Specifies whether writing to the depth buffer is enabled or disabled. By default disabled. | |
| CompareOp | compareOp = CompareOp::Less |
| Specifies the depth test comparison function. By default CompareOp::Less. | |
Depth state descriptor structure.
| CompareOp LLGL::DepthDescriptor::compareOp = CompareOp::Less |
Specifies the depth test comparison function. By default CompareOp::Less.
| bool LLGL::DepthDescriptor::testEnabled = false |
Specifies whether the depth test is enabled or disabled. By default disabled.
| bool LLGL::DepthDescriptor::writeEnabled = false |
Specifies whether writing to the depth buffer is enabled or disabled. By default disabled.