ReactOS 0.4.17-dev-934-g091855f
VkPipelineRasterizationDepthClipStateCreateInfoEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineRasterizationDepthClipStateCreateInfoEXT:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkPipelineRasterizationDepthClipStateCreateFlagsEXT flags
 
VkBool32 depthClipEnable
 

Detailed Description

Definition at line 13258 of file vulkan.h.

Member Data Documentation

◆ depthClipEnable

VkBool32 VkPipelineRasterizationDepthClipStateCreateInfoEXT::depthClipEnable

Definition at line 13263 of file vulkan.h.

Referenced by rs_depth_clip_info_from_d3d12().

◆ flags

VkPipelineRasterizationDepthClipStateCreateFlagsEXT VkPipelineRasterizationDepthClipStateCreateInfoEXT::flags

Definition at line 13262 of file vulkan.h.

Referenced by rs_depth_clip_info_from_d3d12().

◆ pNext

const void* VkPipelineRasterizationDepthClipStateCreateInfoEXT::pNext

Definition at line 13261 of file vulkan.h.

Referenced by rs_depth_clip_info_from_d3d12().

◆ sType

VkStructureType VkPipelineRasterizationDepthClipStateCreateInfoEXT::sType

Definition at line 13260 of file vulkan.h.

Referenced by rs_depth_clip_info_from_d3d12().


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