Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkPipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Field Documentation

◆ back

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::back

Definition at line 3668 of file vulkan_core.h.

◆ depthBoundsTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthBoundsTestEnable

Definition at line 3665 of file vulkan_core.h.

◆ depthCompareOp

VkCompareOp VkPipelineDepthStencilStateCreateInfo::depthCompareOp

Definition at line 3664 of file vulkan_core.h.

◆ depthTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthTestEnable

Definition at line 3662 of file vulkan_core.h.

◆ depthWriteEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::depthWriteEnable

Definition at line 3663 of file vulkan_core.h.

◆ flags

VkPipelineDepthStencilStateCreateFlags VkPipelineDepthStencilStateCreateInfo::flags

Definition at line 3661 of file vulkan_core.h.

◆ front

VkStencilOpState VkPipelineDepthStencilStateCreateInfo::front

Definition at line 3667 of file vulkan_core.h.

◆ maxDepthBounds

float VkPipelineDepthStencilStateCreateInfo::maxDepthBounds

Definition at line 3670 of file vulkan_core.h.

◆ minDepthBounds

float VkPipelineDepthStencilStateCreateInfo::minDepthBounds

Definition at line 3669 of file vulkan_core.h.

◆ pNext

const void* VkPipelineDepthStencilStateCreateInfo::pNext

Definition at line 3660 of file vulkan_core.h.

◆ stencilTestEnable

VkBool32 VkPipelineDepthStencilStateCreateInfo::stencilTestEnable

Definition at line 3666 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineDepthStencilStateCreateInfo::sType

Definition at line 3659 of file vulkan_core.h.


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