Class EXTDynamicRenderingUnusedAttachments

java.lang.Object
org.lwjgl.vulkan.EXTDynamicRenderingUnusedAttachments

public final class EXTDynamicRenderingUnusedAttachments extends Object
This extension lifts some restrictions in the VK_KHR_dynamic_rendering extension to allow render pass instances and bound pipelines within those render pass instances to have an unused attachment specified in one but not the other. It also allows pipelines to use different formats in a render pass as long the attachment is NULL.
Name String
VK_EXT_dynamic_rendering_unused_attachments
Extension Type
Device extension
Registered Extension Number
500
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1 and VK_KHR_dynamic_rendering or Version 1.3
Contact
Extension Proposal
VK_EXT_dynamic_rendering_unused_attachments
Other Extension Metadata
Last Modified Date
2023-05-22
IP Status
No known IP claims.
Contributors
  • Daniel Story, Nintendo
  • Hans-Kristian Arntzen, Valve
  • Jan-Harald Fredriksen, Arm
  • James Fitzpatrick, Imagination Technologies
  • Pan Gao, Huawei Technologies
  • Ricardo Garcia, Igalia
  • Stu Smith, AMD
  • Field Details

    • VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION

      public static final int VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME

      public static final String VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_FEATURES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_FEATURES_EXT
      Extends VkStructureType.
      See Also: