mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-26 05:41:42 +00:00
8 lines
158 B
C++
8 lines
158 B
C++
#include "volk/volk.h"
|
|
#define VMA_IMPLEMENTATION
|
|
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
|
|
|
#define VMA_NULLABLE
|
|
#define VMA_NOT_NULL
|
|
|
|
#include "vk_mem_alloc.h"
|