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