Class EXTDepthClipEnable

java.lang.Object
org.lwjgl.vulkan.EXTDepthClipEnable

public final class EXTDepthClipEnable extends Object
This extension allows the depth clipping operation, that is normally implicitly controlled by VkPipelineRasterizationStateCreateInfo::depthClampEnable, to instead be controlled explicitly by VkPipelineRasterizationDepthClipStateCreateInfoEXT::depthClipEnable.

This is useful for translating DX content which assumes depth clamping is always enabled, but depth clip can be controlled by the DepthClipEnable rasterization state (D3D12_RASTERIZER_DESC).

Name String
VK_EXT_depth_clip_enable
Extension Type
Device extension
Registered Extension Number
103
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Special Use
Contact
Other Extension Metadata
Last Modified Date
2018-12-20
Contributors
  • Daniel Rakos, AMD
  • Henri Verbeet, CodeWeavers
  • Jeff Bolz, NVIDIA
  • Philip Rebohle, DXVK
  • Tobias Hector, AMD