Halide
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <mini_vulkan.h>

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 2082 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 2083 of file mini_vulkan.h.

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 2084 of file mini_vulkan.h.

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 2085 of file mini_vulkan.h.

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

Definition at line 2086 of file mini_vulkan.h.

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

Definition at line 2087 of file mini_vulkan.h.

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 2088 of file mini_vulkan.h.

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

Definition at line 2089 of file mini_vulkan.h.

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

Definition at line 2090 of file mini_vulkan.h.

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

Definition at line 2091 of file mini_vulkan.h.

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

Definition at line 2092 of file mini_vulkan.h.

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 2093 of file mini_vulkan.h.

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 2094 of file mini_vulkan.h.


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