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
isNULL
or a pointer to a structure extending this structurecollection
is the VkBufferCollectionFUCHSIA handleindex
the index of the buffer to import fromcollection
Valid Usage
VUID-VkImportMemoryBufferCollectionFUCHSIA-index-06406
index
must be less than the value retrieved as
VkBufferCollectionPropertiesFUCHSIA:bufferCount
Valid Usage (Implicit)
VUID-VkImportMemoryBufferCollectionFUCHSIA-sType-sType
sType
must be VK_STRUCTURE_TYPE_IMPORT_MEMORY_BUFFER_COLLECTION_FUCHSIA
VUID-VkImportMemoryBufferCollectionFUCHSIA-collection-parameter
collection
must be a valid VkBufferCollectionFUCHSIA handle