Class EXTDepthClampControl

java.lang.Object
org.lwjgl.vulkan.EXTDepthClampControl

public class EXTDepthClampControl extends Object
This extension allows the application to control the viewport depth clamp range separately from the viewport minDepth and maxDepth. This gives the ability for the application to restrict depth values to an application-defined range rather than the viewport depth range or the range defined in the VK_EXT_depth_clamp_zero_one extension.

It can be used to set a smaller or larger clamping range than the viewport depth range without affecting the depth mapping of the viewport transform. Another possible use of this extension is to restrict depth values beyond the viewport depth range to a clamping range other than the [0, 1] range defined in the VK_EXT_depth_clamp_zero_one extension.

Name String
VK_EXT_depth_clamp_control
Extension Type
Device extension
Registered Extension Number
583
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Contact
Extension Proposal
VK_EXT_depth_clamp_control
Other Extension Metadata
Last Modified Date
2024-07-15
Contributors
  • Jules Blok, Independent