Class VkPipelineViewportDepthClampControlCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineViewportDepthClampControlCreateInfoEXT>
org.lwjgl.vulkan.VkPipelineViewportDepthClampControlCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPipelineViewportDepthClampControlCreateInfoEXT extends org.lwjgl.system.Struct<VkPipelineViewportDepthClampControlCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying parameters of a newly created pipeline depth clamp control state.
Description

This structure extends VkPipelineViewportStateCreateInfo and specifies the depth clamp range used in the pipeline. If this structure is not provided in the next chain then depthClampMode defaults to DEPTH_CLAMP_MODE_VIEWPORT_RANGE_EXT.

Valid Usage
Valid Usage (Implicit)
See Also

VkDepthClampRangeEXT

Layout


 struct VkPipelineViewportDepthClampControlCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkDepthClampModeEXT depthClampMode();
     VkDepthClampRangeEXT const * pDepthClampRange();
 }