RetroArch
Public Attributes | List of all members
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkPipelineDepthStencilStateCreateInfo:
[legend]

Public Attributes

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

Member Data Documentation

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

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