1// Copyright 2016-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_KHR_win32_keyed_mutex.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2016-10-21 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - James Jones, NVIDIA 15 - Jeff Juliano, NVIDIA 16 - Carsten Rohde, NVIDIA 17 18=== Description 19 20Applications that wish to import Direct3D 11 memory objects into the Vulkan 21API may wish to use the native keyed mutex mechanism to synchronize access 22to the memory between Vulkan and Direct3D. 23This extension provides a way for an application to access the keyed mutex 24associated with an imported Vulkan memory object when submitting command 25buffers to a queue. 26 27include::{generated}/interfaces/VK_KHR_win32_keyed_mutex.adoc[] 28 29=== Version History 30 31 * Revision 1, 2016-10-21 (James Jones) 32 ** Initial revision 33