struct PipelineDepthStencilStateCreateInfo
Defined at line 42524 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
StructureType sType
const void * pNext
Flags flags
vk::Bool32 depthTestEnable
vk::Bool32 depthWriteEnable
CompareOp depthCompareOp
vk::Bool32 depthBoundsTestEnable
vk::Bool32 stencilTestEnable
StencilOpState front
StencilOpState back
float minDepthBounds
float maxDepthBounds
Public Methods
void PipelineDepthStencilStateCreateInfo (vk::PipelineDepthStencilStateCreateFlags flags_, vk::Bool32 depthTestEnable_, vk::Bool32 depthWriteEnable_, vk::CompareOp depthCompareOp_, vk::Bool32 depthBoundsTestEnable_, vk::Bool32 stencilTestEnable_, vk::StencilOpState front_, vk::StencilOpState back_, float minDepthBounds_, float maxDepthBounds_, const void * pNext_)
Defined at line 42532 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineDepthStencilStateCreateInfo (const PipelineDepthStencilStateCreateInfo & rhs)
Defined at line 42557 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineDepthStencilStateCreateInfo (const VkPipelineDepthStencilStateCreateInfo & rhs)
Defined at line 42559 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & operator= (const PipelineDepthStencilStateCreateInfo & rhs)
Defined at line 42564 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & operator= (const VkPipelineDepthStencilStateCreateInfo & rhs)
Defined at line 42567 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setPNext (const void * pNext_)
Defined at line 42574 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setFlags (vk::PipelineDepthStencilStateCreateFlags flags_)
Defined at line 42580 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setDepthTestEnable (vk::Bool32 depthTestEnable_)
Defined at line 42587 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setDepthWriteEnable (vk::Bool32 depthWriteEnable_)
Defined at line 42593 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setDepthCompareOp (vk::CompareOp depthCompareOp_)
Defined at line 42599 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setDepthBoundsTestEnable (vk::Bool32 depthBoundsTestEnable_)
Defined at line 42605 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setStencilTestEnable (vk::Bool32 stencilTestEnable_)
Defined at line 42612 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setFront (const vk::StencilOpState & front_)
Defined at line 42618 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setBack (const vk::StencilOpState & back_)
Defined at line 42624 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setMinDepthBounds (float minDepthBounds_)
Defined at line 42630 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineDepthStencilStateCreateInfo & setMaxDepthBounds (float maxDepthBounds_)
Defined at line 42636 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPipelineDepthStencilStateCreateInfo & operator const VkPipelineDepthStencilStateCreateInfo & ()
Defined at line 42643 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPipelineDepthStencilStateCreateInfo & operator VkPipelineDepthStencilStateCreateInfo & ()
Defined at line 42648 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::partial_ordering operator<=> (const PipelineDepthStencilStateCreateInfo & )
Defined at line 42688 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp