|
Foundation
|
#include <PipelineState.hpp>
Public Types | |
| enum | CompareOp { Never , Less , Equal , LessEqual , Greater , NotEqual , GreaterEqual , Always } |
Public Attributes | |
| RHIResourceFormat | depthFormat { RHIResourceFormat::Undefined } |
| RHIResourceFormat | stencilFormat { RHIResourceFormat::Undefined } |
| bool | depthTest { true } |
| bool | depthWrite { true } |
| enum Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::CompareOp | Greater |
| RHIResourceFormat Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::depthFormat { RHIResourceFormat::Undefined } |
| bool Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::depthTest { true } |
| bool Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::depthWrite { true } |
| enum Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::CompareOp Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::Greater |
| RHIResourceFormat Foundation::RHI::RHIPipelineState::PipelineStateDesc::DepthStencil::stencilFormat { RHIResourceFormat::Undefined } |