1// Copyright (c) 2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_pipeline_protected_access.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2022-07-28 11*Contributors*:: 12 - Shahbaz Youssefi, Google 13 - Jörg Wagner, Arm 14 - Ralph Potter, Samsung 15 - Daniel Koch, NVIDIA 16 17=== Description 18 19This extension allows protected memory access to be specified per pipeline 20as opposed to per device. 21Through the usage of this extension, any performance penalty paid due to 22access to protected memory will be limited to the specific pipelines that 23make such accesses. 24 25include::{generated}/interfaces/VK_EXT_pipeline_protected_access.adoc[] 26 27=== Version History 28 29 * Revision 1, 2022-07-28 (Shahbaz Youssefi) 30 ** Internal revisions 31