 |
Overte C++ Documentation
|
|
21 #include <glm/glm.hpp>
26 #define VK_USE_PLATFORM_WIN32_KHR
27 #elif defined(Q_OS_ANDROID)
28 #define VK_USE_PLATFORM_ANDROID_KHR
29 #elif defined(Q_OS_DARWIN)
31 #define VK_USE_PLATFORM_XCB_KHR
34 #include <vulkan/vulkan.h>
36 #define VULKAN_USE_VMA 1
39 #include "vk_mem_alloc.h"