Structures
VkExternalComputeQueueDeviceCreateInfoNV
Structure specifying information about external compute queues relevant to device creation
The VkExternalComputeQueueDeviceCreateInfoNV structure is defined as:
typedef struct VkExternalComputeQueueDeviceCreateInfoNV {
VkStructureType sType;
const void* pNext;
uint32_t reservedExternalQueues;
} VkExternalComputeQueueDeviceCreateInfoNV;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.reservedExternalQueuesis the maximum number of external queues an application can create at once. This must be less than or equal to themaxExternalQueuesvalue reported by VkPhysicalDeviceExternalComputeQueuePropertiesNV
Valid Usage (Implicit)
VUID-VkExternalComputeQueueDeviceCreateInfoNV-sType-sType
sType must be VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_DEVICE_CREATE_INFO_NV