]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/memoryallocator.h
Add a function to request debug information from MemoryAllocator
[libs/gl.git] / source / backends / vulkan / memoryallocator.h
index 272f54e0ed79d87cd73180702558a5c0ee507b09..3e1861bae0fa9b6f088d044babb2460891c2f09c 100644 (file)
@@ -79,6 +79,8 @@ public:
 
        void *map(unsigned);
        void unmap(unsigned);
+
+       std::string get_debug() const;
 };
 
 } // namespace GL