Structures
VkBufferCollectionImageCreateInfoFUCHSIA
Create a VkBufferCollectionFUCHSIA-compatible VkImage
The VkBufferCollectionImageCreateInfoFUCHSIA structure is defined as:
typedef struct VkBufferCollectionImageCreateInfoFUCHSIA {
VkStructureType sType;
const void* pNext;
VkBufferCollectionFUCHSIA collection;
uint32_t index;
} VkBufferCollectionImageCreateInfoFUCHSIA;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structurecollectionis the VkBufferCollectionFUCHSIA handleindexis the index of the buffer in the buffer collection from which the memory will be imported
Valid Usage
VUID-VkBufferCollectionImageCreateInfoFUCHSIA-index-06391
index must be less than
VkBufferCollectionPropertiesFUCHSIA::bufferCount
Valid Usage (Implicit)
VUID-VkBufferCollectionImageCreateInfoFUCHSIA-sType-sType
sType must be VK_STRUCTURE_TYPE_BUFFER_COLLECTION_IMAGE_CREATE_INFO_FUCHSIA
VUID-VkBufferCollectionImageCreateInfoFUCHSIA-collection-parameter
collection must be a valid VkBufferCollectionFUCHSIA handle