module
APISpec_Fragment_OperationsChapter 27: Specification
Classes
- struct VV::V1::Pipeline::DepthStencilState::CreateInfo
- Specification
- struct VV::V1::Pipeline::DepthStencilState
- Pipeline state controlling the depth bounds tests, stencil test, and depth test.
- struct VV::Corridors::StencilOperationState
Enums
- enum class ECompareOperation: ui32 { Never = VK_COMPARE_OP_NEVER, Less = VK_COMPARE_OP_LESS, Equal = VK_COMPARE_OP_EQUAL, LessOrEqual = VK_COMPARE_OP_LESS_OR_EQUAL, Greater = VK_COMPARE_OP_GREATER, NotEqual = VK_COMPARE_OP_NOT_EQUAL, GreaterOrEqual = VK_COMPARE_OP_GREATER_OR_EQUAL, Always = VK_COMPARE_OP_ALWAYS }
- Specification
- enum class EStencilOperation: ui32 { Keep = VK_STENCIL_OP_KEEP, Zero = VK_STENCIL_OP_ZERO, Replace = VK_STENCIL_OP_REPLACE, IncrementAndClamp = VK_STENCIL_OP_INCREMENT_AND_CLAMP, DecrementAndClamp = VK_STENCIL_OP_DECREMENT_AND_CLAMP, Invert = VK_STENCIL_OP_INVERT, IncrementAndWrap = VK_STENCIL_OP_INCREMENT_AND_WRAP, DecrementAndWrap = VK_STENCIL_OP_DECREMENT_AND_WRAP }
- Specification
Typedefs
- using CreateFlags = Bitfield<EUndefined, VkPipelineDepthStencilStateCreateFlags>
- Specification