Package org.lwjgl.vulkan
Class EXTDepthClampZeroOne
java.lang.Object
org.lwjgl.vulkan.EXTDepthClampZeroOne
This extension gives defined behavior to fragment depth values which end up outside the conventional [0, 1] range. It can be used to ensure portability in edge cases of features like depthBias. The particular behavior is chosen to match OpenGL to aid porting or emulation.
- Name String
VK_EXT_depth_clamp_zero_one- Extension Type
- Device extension
- Registered Extension Number
- 422
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Contact
- Graeme Leese gnl21
Other Extension Metadata
- Last Modified Date
- 2021-07-29
- Contributors
- Graeme Leese, Broadcom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION
public static final int VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_EXTExtendsVkStructureType.- See Also:
-