Structures

VkSparseBufferMemoryBindInfo

Structure specifying a sparse buffer memory bind operation

Memory is bound to VkBuffer objects created with the VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag using the following structure:

typedef struct VkSparseBufferMemoryBindInfo {
    VkBuffer buffer;
    uint32_t bindCount;
    const VkSparseMemoryBind* pBinds;
} VkSparseBufferMemoryBindInfo;

Valid Usage (Implicit)

VUID-VkSparseBufferMemoryBindInfo-pBinds-parameter

pBinds must be a valid pointer to an array of bindCount valid VkSparseMemoryBind structures