• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2022 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_subpass_merge_feedback.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2022-05-24
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Jan-Harald Fredriksen, Arm
15  - Jorg Wagner, Arm
16  - Ting Wei, Arm
17
18=== Description
19
20This extension adds a mechanism to provide feedback to an application about
21whether the subpasses specified on render pass creation are merged by the
22implementation.
23Additionally, it provides a control to enable or disable subpass merging in
24the render pass.
25
26include::{generated}/interfaces/VK_EXT_subpass_merge_feedback.adoc[]
27
28=== Version History
29
30  * Revision 1, 2022-03-10
31  ** Initial draft.
32  * Revision 2, 2022-05-24
33  ** Fix structextends and constness issues.
34