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;
pub struct ImportMemoryBufferCollectionFUCHSIA {
s_type: vk::StructureType,
p_next: *const c_void,
collection: vk::BufferCollectionFUCHSIA,
index: u32,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structurecollectionis the VkBufferCollectionFUCHSIA handleindexis 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