VK_KHR_dynamic_rendering(3) (original) (raw)

Registered Extension Number

Revision

Ratification Status

Extension and Version Dependencies

Extension Proposal

Last Modified Date

2021-10-06

Contributors

Description

This extension allows applications to create single-pass render pass instances without needing to create render pass objects or framebuffers. Dynamic render passes can also span across multiple primary command buffers, rather than relying on secondary command buffers.

This extension also incorporates VK_ATTACHMENT_STORE_OP_NONE_KHR from[VK_QCOM_render_pass_store_ops](VK%5FQCOM%5Frender%5Fpass%5Fstore%5Fops.html), enabling applications to avoid unnecessary synchronization when an attachment is not written during a render pass.

New Commands

New Structures

New Enums

New Bitmasks

New Enum Constants

Vulkan APIs in this extension are included in core Vulkan 1.3, with the KHR 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.

Version History

See Also

No cross-references are available

Document Notes

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0