Package org.lwjgl.vulkan
Class EXTDepthRangeUnrestricted
- java.lang.Object
-
- org.lwjgl.vulkan.EXTDepthRangeUnrestricted
-
public final class EXTDepthRangeUnrestricted extends java.lang.Object
This extension removes theVkViewport
minDepth
andmaxDepth
restrictions that the values must be between0.0
and1.0
, inclusive. It also removes the same restriction onVkPipelineDepthStencilStateCreateInfo
minDepthBounds
andmaxDepthBounds
. Finally it removes the restriction on thedepth
value inVkClearDepthStencilValue
.- Name String
VK_EXT_depth_range_unrestricted
- Extension Type
- Device extension
- Registered Extension Number
- 14
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
- Piers Daniell pdaniell-nv
- Last Modified Date
- 2017-06-22
- Contributors
- Daniel Koch, NVIDIA
- Jeff Bolz, NVIDIA
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
The extension name.static int
VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
The extension specification version.
-
-
-
Field Detail
-
VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
public static final int VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
public static final java.lang.String VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
-