• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2016-2022 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_KHR_imageless_framebuffer.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2018-12-14
11*Interactions and External Dependencies*::
12  - Promoted to Vulkan 1.2 Core
13*Contributors*::
14  - Tobias Hector
15  - Graham Wihlidal
16
17=== Description
18
19This extension allows framebuffers to be created without the need for
20creating images first, allowing more flexibility in how they are used, and
21avoiding the need for many of the confusing compatibility rules.
22
23Framebuffers are now created with a small amount of additional metadata
24about the image views that will be used in
25slink:VkFramebufferAttachmentsCreateInfoKHR, and the actual image views are
26provided at render pass begin time via
27slink:VkRenderPassAttachmentBeginInfoKHR.
28
29=== Promotion to Vulkan 1.2
30
31All functionality in this extension is included in core Vulkan 1.2, with the
32KHR suffix omitted.
33The original type, enum and command names are still available as aliases of
34the core functionality.
35
36include::{generated}/interfaces/VK_KHR_imageless_framebuffer.adoc[]
37
38=== Version History
39
40  * Revision 1, 2018-12-14 (Tobias Hector)
41  ** Internal revisions
42