VulkanMemoryAllocator/include
manaskulkarni 66bb67cf18 Make C++20 features optional
- Some compilers with C++20 dont have std::popcount
- Support to toggle C++20 features from user side using new VMA_CPP20 macro. If the macro is not defined, it will be set using default logic - #if __cplusplus >= 202002L || _MSVC_LANG >= 202002L
2023-09-01 14:10:40 +05:30
..
vk_mem_alloc.h Make C++20 features optional 2023-09-01 14:10:40 +05:30