Android alert display functionality using JNI

This commit is contained in:
saschawillems 2018-04-30 22:24:45 +02:00
parent 1227f1e7f4
commit 5056563f5d
5 changed files with 64 additions and 3 deletions

View file

@ -26,6 +26,7 @@
#include <android_native_app_glue.h>
#include <android/configuration.h>
#include <memory>
#include <string>
// Missing from the NDK
namespace std
@ -169,6 +170,7 @@ namespace vks
void loadVulkanFunctions(VkInstance instance);
void freeVulkanLibrary();
void getDeviceConfig();
void showAlert(const char* message);
}
}