VulkanMemoryAllocator
VulkanMemoryAllocator copied to clipboard
Use vkSetDebugUtilsObjectNameEXT to make debugging easier
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.