1// Copyright 2016-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_KHR_external_fence_capabilities.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2017-05-08 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Jesse Hall, Google 15 - James Jones, NVIDIA 16 - Jeff Juliano, NVIDIA 17 - Cass Everitt, Oculus 18 - Contributors to `apiext:VK_KHR_external_semaphore_capabilities` 19 20=== Description 21 22An application may wish to reference device fences in multiple Vulkan 23logical devices or instances, in multiple processes, and/or in multiple 24APIs. 25This extension provides a set of capability queries and handle definitions 26that allow an application to determine what types of "`external`" fence 27handles an implementation supports for a given set of use cases. 28 29=== Promotion to Vulkan 1.1 30 31All functionality in this extension is included in core Vulkan 1.1, with the 32KHR suffix omitted. 33The original type, enum and command names are still available as aliases of 34the core functionality. 35 36include::{generated}/interfaces/VK_KHR_external_fence_capabilities.adoc[] 37 38=== Version History 39 40 * Revision 1, 2017-05-08 (Jesse Hall) 41 ** Initial version 42