// Copyright 2018-2021 The Khronos Group Inc. // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_EXT_separate_stencil_usage.txt[] === Other Extension Metadata *Last Modified Date*:: 2018-11-08 *Interactions and External Dependencies*:: - Promoted to Vulkan 1.2 Core *IP Status*:: No known IP claims. *Contributors*:: - Daniel Rakos, AMD - Jordan Logan, AMD === Description This extension allows specifying separate usage flags for the stencil aspect of images with a depth-stencil format at image creation time. === Promotion to Vulkan 1.2 All functionality in this extension is included in core Vulkan 1.2, with the EXT suffix omitted. The original type, enum and command names are still available as aliases of the core functionality. include::{generated}/interfaces/VK_EXT_separate_stencil_usage.txt[] === Version History * Revision 1, 2018-11-08 (Daniel Rakos) - Internal revisions.