Structures

VkOutOfBandQueueTypeInfoNV

Structure used to describe the queue that is being marked as Out of Band

The VkOutOfBandQueueTypeInfoNV structure is defined as:

typedef struct VkOutOfBandQueueTypeInfoNV {
    VkStructureType sType;
    const void* pNext;
    VkOutOfBandQueueTypeNV queueType;
} VkOutOfBandQueueTypeInfoNV;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • queueType describes the usage of the queue to be marked as out of band.

Valid Usage (Implicit)

VUID-VkOutOfBandQueueTypeInfoNV-sType-sType

sType must be VK_STRUCTURE_TYPE_OUT_OF_BAND_QUEUE_TYPE_INFO_NV