summaryrefslogtreecommitdiff
path: root/appendices/VK_KHR_separate_depth_stencil_layouts.adoc
blob: 2667887a06ec39a3d91723c9a9e2b48b70293ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Copyright 2019-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_KHR_separate_depth_stencil_layouts.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2019-06-25
*Interactions and External Dependencies*::
  - Promoted to Vulkan 1.2 Core
*Contributors*::
  - Daniel Koch, NVIDIA
  - Jeff Bolz, NVIDIA
  - Jesse Barker, Unity
  - Tobias Hector, AMD

=== Description

This extension allows image memory barriers for depth/stencil images to have
just one of the ename:VK_IMAGE_ASPECT_DEPTH_BIT or
ename:VK_IMAGE_ASPECT_STENCIL_BIT aspect bits set, rather than require both.
This allows their layouts to be set independently.
To support depth/stencil images with different layouts for the depth and
stencil aspects, the depth/stencil attachment interface has been updated to
support a separate layout for stencil.

=== Promotion to Vulkan 1.2

All functionality in this extension is included in core Vulkan 1.2, with the
KHR suffix omitted.
The original type, enum and command names are still available as aliases of
the core functionality.

include::{generated}/interfaces/VK_KHR_separate_depth_stencil_layouts.adoc[]

=== Version History

  * Revision 1, 2019-06-25 (Piers Daniell)
  ** Internal revisions