Handle

VkExternalComputeQueueNV

Opaque handle to an external compute queue

External compute queues are used to join compatible external APIs to a VkDevice, allowing workloads submitted through these external APIs to be executed simultaneously to workloads submitted through Vulkan.

External compute queues are represented by VkExternalComputeQueueNV handles:

VK_DEFINE_HANDLE(VkExternalComputeQueueNV)