SDL  2.0
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkPipelineDepthStencilStateCreateInfo:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkPipelineDepthStencilStateCreateFlags flags
 
VkBool32 depthTestEnable
 
VkBool32 depthWriteEnable
 
VkCompareOp depthCompareOp
 
VkBool32 depthBoundsTestEnable
 
VkBool32 stencilTestEnable
 
VkStencilOpState front
 
VkStencilOpState back
 
float minDepthBounds
 
float maxDepthBounds
 

Detailed Description

Definition at line 2749 of file vulkan_core.h.

Field Documentation

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

Definition at line 2759 of file vulkan_core.h.

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

Definition at line 2756 of file vulkan_core.h.

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 2755 of file vulkan_core.h.

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

Definition at line 2753 of file vulkan_core.h.

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

Definition at line 2754 of file vulkan_core.h.

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 2752 of file vulkan_core.h.

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

Definition at line 2758 of file vulkan_core.h.

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 2761 of file vulkan_core.h.

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 2760 of file vulkan_core.h.

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 2751 of file vulkan_core.h.

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

Definition at line 2757 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 2750 of file vulkan_core.h.


The documentation for this struct was generated from the following file: