vkCreateExternalComputeQueueNV

Function vkCreateExternalComputeQueueNV 

Source
pub unsafe extern "system" fn vkCreateExternalComputeQueueNV(
    device: VkDevice,
    pCreateInfo: *const VkExternalComputeQueueCreateInfoNV,
    pAllocator: *const VkAllocationCallbacks,
    pExternalQueue: *mut VkExternalComputeQueueNV,
) -> VkResult
Expand description

Available if built with prototypes.