]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/memoryallocator.h
Implement textures and samplers for Vulkan
[libs/gl.git] / source / backends / vulkan / memoryallocator.h
index b7603f1586a069c82307b219f110a53f1c3b0e61..f8d08c4ff5e3a202a7c644b9ce4aef6946da9d4a 100644 (file)
@@ -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;