Updated android example to reduce number of files

This commit is contained in:
Alejandro Saucedo 2020-10-03 16:12:17 +01:00
parent aa8a138d94
commit 0d3cb7787f
3 changed files with 3 additions and 15 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