C Specification
To import a fence payload from a NvSciSyncFence handle, call:
// Provided by VK_NV_external_sci_sync, VK_NV_external_sci_sync2
VkResult vkImportFenceSciSyncFenceNV(
VkDevice device,
const VkImportFenceSciSyncInfoNV* pImportFenceSciSyncInfo);
Parameters
-
deviceis the logical device that created the fence. -
pImportFenceSciSyncInfois a pointer to a VkImportFenceSciSyncInfoNV structure containing parameters of the import operation
Description
Importing a fence payload from NvSciSyncFence does not transfer
ownership of the handle to the Vulkan implementation.
Vulkan will make a copy of NvSciSyncFence when importing it.
The application must release ownership using the NvSciSync API when the
handle is no longer needed.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.