C Specification
Semaphore SciSync pools are represented by VkSemaphoreSciSyncPoolNV
handles:
// Provided by VK_NV_external_sci_sync2
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSemaphoreSciSyncPoolNV)
Description
Semaphore SciSync pools cannot be freed https://registry.khronos.org/vulkansc/specs/1.0-extensions/html/vkspec.html#SCID-4.
If VkPhysicalDeviceVulkanSC10Properties::deviceDestroyFreesMemory
is VK_TRUE, the memory is returned to the system and the reference to
the NvSciSyncObj that was imported is released when the device is
destroyed.
Otherwise, it may not be returned to the system until the process is
terminated.
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.