Updated src to point to renamed ndk wrapper include

This commit is contained in:
Alejandro Saucedo 2020-10-03 16:11:46 +01:00
parent 1b63f58b7d
commit 9c487feb3b
5 changed files with 8 additions and 471 deletions

View file

@ -11,7 +11,7 @@
#ifdef VK_USE_PLATFORM_ANDROID_KHR
#include <android/log.h>
#include <android_native_app_glue.h>
#include <kompute_vulkan_wrapper.hpp>
#include <kompute_vk_ndk_wrapper.hpp>
// VK_NO_PROTOTYPES required before vulkan import but after wrapper.hpp
#undef VK_NO_PROTOTYPES