VulkanMemoryAllocator icon indicating copy to clipboard operation
VulkanMemoryAllocator copied to clipboard

Use vkSetDebugUtilsObjectNameEXT to make debugging easier

Open IAmNotHanni opened this issue 1 year ago • 0 comments

To make debugging of the sample application easier, we should make use of vkSetDebugUtilsObjectNameEXT, especially since it's already loaded in the current sample app, but not used yet.

IAmNotHanni avatar Jun 21 '24 00:06 IAmNotHanni