1// Copyright 2023-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_KHR_map_memory2.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2023-03-14 11*Interactions and External Dependencies*:: 12 - None 13*Contributors*:: 14 - Faith Ekstrand, Collabora 15 - Tobias Hector, AMD 16 17=== Description 18 19This extension provides extensible versions of the Vulkan memory map and 20unmap entry points. 21The new entry points are functionally identical to the core entry points, 22except that their parameters are specified using extensible structures that 23can be used to pass extension-specific information. 24 25include::{generated}/interfaces/VK_KHR_map_memory2.adoc[] 26 27=== Version History 28 29 * Revision 0, 2022-08-03 (Faith Ekstrand) 30 ** Internal revisions 31 * Revision 1, 2023-03-14 32 ** Public release 33