GPUOpen-LibrariesAndSDKs / VulkanMemoryAllocator

Easy to integrate Vulkan memory allocation library
MIT License
2.58k stars 351 forks source link

Attempt to document leak detection aids #409

Closed res2k closed 7 months ago

res2k commented 7 months ago

Getting rid of leaks is important.

VMA has some facilities that aid in tracking down leaks, but they don't seem to be mentioned in the docs. Attempt to provide a section on them.

adam-sawicki-a commented 7 months ago

Thank you very much for this contribution! You are right. These macros are worth documenting.