Searched defs:SparseAllocation (Results 1 – 1 of 1) sorted by relevance
88 struct SparseAllocation struct90 uint32_t numResourceChunks;91 VkDeviceSize resourceSize; //!< buffer size in bytes92 std::vector<AllocationSp> allocations; //!< actual allocated memory93 std::vector<VkSparseMemoryBind> memoryBinds; //!< memory binds backing the resource94 uint32_t memoryType; //!< memory type (same for all allocations)95 uint32_t heapIndex; //!< memory heap index