]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/memoryallocator.h
Refactor allocation index and ID handling in the Vulkan backend
[libs/gl.git] / source / backends / vulkan / memoryallocator.h
index 4715bea8311a2f88db74919f24af71005b72a18c..fee4726be95f9fde3b50471aad720511642695f8 100644 (file)
@@ -40,8 +40,6 @@ public:
 private:
        unsigned find_memory_type_index(unsigned, MemoryType);
        unsigned allocate(std::size_t, unsigned, MemoryType);
-       Allocation &get_allocation(unsigned);
-       const Allocation &get_allocation(unsigned) const;
 
 public:
        unsigned allocate(VkBuffer, MemoryType);