VulkanMemoryAllocator/include
Brian Osman 8a7f80743a
Fix return type of GetAllocationNextPtr
Returning `void* const` doesn't mean anything (produces a warning with -Wignored-qualifiers). Based on usage, it looks like the returned pointer is expected to point at const data, so I've fixed the declaration to reflect that.
2022-04-19 10:55:48 -04:00
..
vk_mem_alloc.h Fix return type of GetAllocationNextPtr 2022-04-19 10:55:48 -04:00