]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/memoryallocator.h
Remove the unused get_allocation_size function
[libs/gl.git] / source / backends / vulkan / memoryallocator.h
index b7603f1586a069c82307b219f110a53f1c3b0e61..4715bea8311a2f88db74919f24af71005b72a18c 100644 (file)
@@ -45,10 +45,9 @@ private:
 
 public:
        unsigned allocate(VkBuffer, MemoryType);
+       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 *);
 };