Package org.lwjgl.vulkan
Class EXTDynamicRenderingUnusedAttachments
java.lang.Object
org.lwjgl.vulkan.EXTDynamicRenderingUnusedAttachments
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_properties2or Version 1.1 andVK_KHR_dynamic_renderingor Version 1.3- Contact
- Piers Daniell pdaniell-nv
- 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION
public static final int VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSIONThe extension specification version.- See Also:
-
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_EXTExtendsVkStructureType.- See Also:
-