Package org.lwjgl.vulkan
Class EXTDepthRangeUnrestricted
java.lang.Object
org.lwjgl.vulkan.EXTDepthRangeUnrestricted
This extension removes the
VkViewport minDepth and maxDepth restrictions that the values must be between 0.0 and 1.0, inclusive. It also removes the same restriction on VkPipelineDepthStencilStateCreateInfo minDepthBounds and maxDepthBounds. Finally it removes the restriction on the depth value in VkClearDepthStencilValue.
- Name String
VK_EXT_depth_range_unrestricted- Extension Type
- Device extension
- Registered Extension Number
- 14
- Revision
- 1
- Contact
- Piers Daniell pdaniell-nv
Other Extension Metadata
- Last Modified Date
- 2017-06-22
- Contributors
- Daniel Koch, NVIDIA
- Jeff Bolz, NVIDIA
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version. -
Method Summary
-
Field Details
-
VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
public static final int VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
The extension name.- See Also:
-