X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fmemoryallocator.h;h=f8d08c4ff5e3a202a7c644b9ce4aef6946da9d4a;hp=b7603f1586a069c82307b219f110a53f1c3b0e61;hb=a16145549dc87c3b12671f797bd77b14bcc7786b;hpb=bbdf52425b736a59d01dda215458c3a1c9bdb320 diff --git a/source/backends/vulkan/memoryallocator.h b/source/backends/vulkan/memoryallocator.h index b7603f15..f8d08c4f 100644 --- a/source/backends/vulkan/memoryallocator.h +++ b/source/backends/vulkan/memoryallocator.h @@ -45,6 +45,7 @@ private: public: unsigned allocate(VkBuffer, MemoryType); + unsigned allocate(VkImage, MemoryType); void release(unsigned); std::size_t get_allocation_size(unsigned) const;