X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbackends%2Fvulkan%2Fmemoryallocator.h;h=3e1861bae0fa9b6f088d044babb2460891c2f09c;hb=b0f143b4db544a582b6fb77236e20ed72d2284cb;hp=272f54e0ed79d87cd73180702558a5c0ee507b09;hpb=893c0645802c46eb60b04a87e79a5a4d69e32ea2;p=libs%2Fgl.git diff --git a/source/backends/vulkan/memoryallocator.h b/source/backends/vulkan/memoryallocator.h index 272f54e0..3e1861ba 100644 --- a/source/backends/vulkan/memoryallocator.h +++ b/source/backends/vulkan/memoryallocator.h @@ -79,6 +79,8 @@ public: void *map(unsigned); void unmap(unsigned); + + std::string get_debug() const; }; } // namespace GL