X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fmemoryallocator.h;h=4715bea8311a2f88db74919f24af71005b72a18c;hp=f8d08c4ff5e3a202a7c644b9ce4aef6946da9d4a;hb=a9b6dba74b595361df3d9c934e479ccf83ad91a1;hpb=7515dea78777a7184f207d353d23f9ad9917675e diff --git a/source/backends/vulkan/memoryallocator.h b/source/backends/vulkan/memoryallocator.h index f8d08c4f..4715bea8 100644 --- a/source/backends/vulkan/memoryallocator.h +++ b/source/backends/vulkan/memoryallocator.h @@ -48,8 +48,6 @@ public: unsigned allocate(VkImage, MemoryType); void release(unsigned); - std::size_t get_allocation_size(unsigned) const; - void *map(unsigned, std::size_t, std::size_t); void unmap(void *); };