ReactOS 0.4.17-dev-934-g091855f
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineDepthStencilStateCreateInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
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 16606 of file vulkan.h.

Member Data Documentation

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 16613 of file vulkan.h.

Referenced by d3d12_pipeline_state_init_graphics(), and ds_desc_from_d3d12().

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 16610 of file vulkan.h.

Referenced by ds_desc_from_d3d12().

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 16619 of file vulkan.h.

Referenced by ds_desc_from_d3d12().

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 16618 of file vulkan.h.

Referenced by ds_desc_from_d3d12().

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 16609 of file vulkan.h.

Referenced by ds_desc_from_d3d12().

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 16608 of file vulkan.h.

Referenced by ds_desc_from_d3d12().


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