Skip to content
Snippets Groups Projects
Verified Commit 5b243262 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#79] Potential fix for MinGW problems with VMA

parent 6f42d60e
No related branches found
No related tags found
1 merge request!69Resolve "Rework Asset Loader API"
Pipeline #26316 passed
#include <mutex>
#ifndef NDEBUG
#define _DEBUG
#endif
#ifndef _WIN32
#ifndef _aligned_malloc
#define _aligned_malloc(alignment, size) aligned_alloc((alignment), (size))
#endif
#endif
#define VMA_IMPLEMENTATION
#include "vk_mem_alloc.hpp"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment