VulkanMemoryAllocator/include
Adam Sawicki db0f9b481a Changed implementation of vma_aligned_alloc to only use aligned_alloc when C++17 is enabled, where the function is defined.
See #285

May break on some platforms! If it affects you, please enable C++17 or later in your compiler or provide custom implementation of macro VMA_SYSTEM_ALIGNED_MALLOC (and VMA_SYSTEM_ALIGNED_FREE if needed) using the API of your system.
2022-09-07 16:21:34 +02:00
..
vk_mem_alloc.h Changed implementation of vma_aligned_alloc to only use aligned_alloc when C++17 is enabled, where the function is defined. 2022-09-07 16:21:34 +02:00