Use "volk" instead of statically linked Vulkan loader.
This commit is contained in:
parent
67fc611bda
commit
d7957a2a20
91 changed files with 151190 additions and 121748 deletions
|
|
@ -30,7 +30,11 @@
|
|||
|
||||
#include "vulkan_context_android.h"
|
||||
|
||||
#include <vulkan/vulkan_android.h>
|
||||
#ifdef USE_VOLK
|
||||
#include <volk.h>
|
||||
#else
|
||||
#include <vulkan/vulkan.h>
|
||||
#endif
|
||||
|
||||
const char *VulkanContextAndroid::_get_platform_surface_extension() const {
|
||||
return VK_KHR_ANDROID_SURFACE_EXTENSION_NAME;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue