Structures

VkImportMemoryBufferCollectionFUCHSIA

Structure to specify the Sysmem buffer to import

The VkImportMemoryBufferCollectionFUCHSIA structure is defined as:

typedef struct VkImportMemoryBufferCollectionFUCHSIA {
    VkStructureType sType;
    const void* pNext;
    VkBufferCollectionFUCHSIA collection;
    uint32_t index;
} VkImportMemoryBufferCollectionFUCHSIA;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure
  • collection is the VkBufferCollectionFUCHSIA handle
  • index the index of the buffer to import from collection

Valid Usage

Valid Usage (Implicit)

VUID-VkImportMemoryBufferCollectionFUCHSIA-sType-sType

sType must be VK_STRUCTURE_TYPE_IMPORT_MEMORY_BUFFER_COLLECTION_FUCHSIA