Class EXTDepthClampZeroOne

java.lang.Object
org.lwjgl.vulkan.EXTDepthClampZeroOne

public final class EXTDepthClampZeroOne extends Object
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_properties2 or Version 1.1
Contact
Other Extension Metadata
Last Modified Date
2021-07-29
Contributors
  • Graeme Leese, Broadcom
  • Field Details

    • VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION

      public static final int VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME

      public static final String 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_EXT
      Extends VkStructureType.
      See Also: