Android-M Support
victorv opened this issue · 2 comments
victorv commented
Will Vulkan be supported on Android-M?
ggfan commented
It is meant for N with Nexus devices, NDK is ready to use out of the box for android -N;
It also depends on what your devices' supportability: if they have driver and loader on it, you are technically ready:
- use vulkan headers from android-N NDK
- use wrappers [like this repo and others] / loader stub in android-N Ndk