HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan_core.h>

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
 

Detailed Description

Definition at line 3547 of file vulkan_core.h.

Member Data Documentation

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

Definition at line 3557 of file vulkan_core.h.

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

Definition at line 3554 of file vulkan_core.h.

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 3553 of file vulkan_core.h.

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

Definition at line 3551 of file vulkan_core.h.

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

Definition at line 3552 of file vulkan_core.h.

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 3550 of file vulkan_core.h.

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

Definition at line 3556 of file vulkan_core.h.

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 3559 of file vulkan_core.h.

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 3558 of file vulkan_core.h.

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 3549 of file vulkan_core.h.

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

Definition at line 3555 of file vulkan_core.h.

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 3548 of file vulkan_core.h.


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