Struct DepthStencilSettings
Defined in File utils.h
Struct Documentation
-
struct DepthStencilSettings
Public Members
-
VkBool32 depthTestEnable = VK_TRUE
-
VkBool32 depthWriteEnable = VK_TRUE
-
VkCompareOp depthCompareOp = VK_COMPARE_OP_LESS
-
VkBool32 depthBoundsTestEnable = VK_FALSE
-
float minDepthBounds = 0.0f
-
float maxDepthBounds = 1.0f
-
VkBool32 stencilTestEnable = VK_FALSE
-
VkStencilOpState front = {}
-
VkStencilOpState back = {}
-
VkBool32 depthTestEnable = VK_TRUE