Remove VMA dependency from OpenGLRenderer

This commit is contained in:
Jérôme Leclercq 2020-09-04 15:22:05 +02:00
parent e0a4d27c2e
commit ab0cc800e3
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#include <Nazara/Core/CallOnExit.hpp> #include <Nazara/Core/CallOnExit.hpp>
#include <Nazara/Utility/PixelFormat.hpp> #include <Nazara/Utility/PixelFormat.hpp>
#include <stdexcept> #include <stdexcept>
#include <vma/vk_mem_alloc.h>
#include <Nazara/OpenGLRenderer/Debug.hpp> #include <Nazara/OpenGLRenderer/Debug.hpp>
namespace Nz namespace Nz