1// Copyright 2018-2021 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_separate_stencil_usage.txt[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2018-11-08 11*Interactions and External Dependencies*:: 12 - Promoted to Vulkan 1.2 Core 13*IP Status*:: 14 No known IP claims. 15*Contributors*:: 16 - Daniel Rakos, AMD 17 - Jordan Logan, AMD 18 19=== Description 20 21This extension allows specifying separate usage flags for the stencil aspect 22of images with a depth-stencil format at image creation time. 23 24=== Promotion to Vulkan 1.2 25 26All functionality in this extension is included in core Vulkan 1.2, with the 27EXT suffix omitted. 28The original type, enum and command names are still available as aliases of 29the core functionality. 30 31include::{generated}/interfaces/VK_EXT_separate_stencil_usage.txt[] 32 33=== Version History 34 35 * Revision 1, 2018-11-08 (Daniel Rakos) 36 - Internal revisions. 37