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 2417 of file vulkan_core.h.

Field Documentation

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

Definition at line 2427 of file vulkan_core.h.

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

Definition at line 2424 of file vulkan_core.h.

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 2423 of file vulkan_core.h.

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

Definition at line 2421 of file vulkan_core.h.

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

Definition at line 2422 of file vulkan_core.h.

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 2420 of file vulkan_core.h.

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

Definition at line 2426 of file vulkan_core.h.

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 2429 of file vulkan_core.h.

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 2428 of file vulkan_core.h.

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 2419 of file vulkan_core.h.

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

Definition at line 2425 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 2418 of file vulkan_core.h.


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