Class EXTImageRobustness

java.lang.Object
org.lwjgl.vulkan.EXTImageRobustness

public final class EXTImageRobustness extends Object
This extension adds stricter requirements for how out of bounds reads from images are handled. Rather than returning undefined values, most out of bounds reads return R, G, and B values of zero and alpha values of either zero or one. Components not present in the image format may be set to zero or to values based on the format as described in Conversion to RGBA.
Promotion to Vulkan 1.3

Vulkan APIs in this extension are included in core Vulkan 1.3, with the EXT suffix omitted. External interactions defined by this extension, such as SPIR-V token names, retain their original names. The original Vulkan API names are still available as aliases of the core functionality.

Examples

None.

Name String
VK_EXT_image_robustness
Extension Type
Device extension
Registered Extension Number
336
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2020-04-27
IP Status
No known IP claims.
Contributors
  • Graeme Leese, Broadcom
  • Jan-Harald Fredriksen, ARM
  • Jeff Bolz, NVIDIA
  • Spencer Fricke, Samsung
  • Courtney Goeltzenleuchter, Google
  • Slawomir Cygan, Intel
  • Field Details

    • VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION

      public static final int VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME

      public static final String VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT
      Extends VkStructureType.
      See Also: