mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
vulkan: fix android build
It compiles now, but it's not working correctly yet
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef LOVE_GRAPHICS_VULKAN_VULKANWRAPPER_H
|
||||
#define LOVE_GRAPHICS_VULKAN_VULKANWRAPPER_H
|
||||
|
||||
#include "common/config.h"
|
||||
|
||||
#ifdef LOVE_ANDROID
|
||||
#include "volk.h"
|
||||
#define VMA_STATIC_VULKAN_FUNCTIONS 0
|
||||
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
|
||||
#else
|
||||
#include <vulkan/vulkan.h>
|
||||
#endif
|
||||
|
||||
#endif //LOVE_GRAPHICS_VULKAN_VULKANWRAPPER_H
|
||||
Reference in New Issue
Block a user