X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbackends%2Fvulkan%2Fmemoryallocator.h;h=fee4726be95f9fde3b50471aad720511642695f8;hb=7e48ef177b668f2ed4c0346fa268e3dbfbb63203;hp=4715bea8311a2f88db74919f24af71005b72a18c;hpb=a9b6dba74b595361df3d9c934e479ccf83ad91a1;p=libs%2Fgl.git diff --git a/source/backends/vulkan/memoryallocator.h b/source/backends/vulkan/memoryallocator.h index 4715bea8..fee4726b 100644 --- a/source/backends/vulkan/memoryallocator.h +++ b/source/backends/vulkan/memoryallocator.h @@ -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);