Step by step tutorial of Vulkan on Android, follow https://vulkan-tutorial.com.
- We need
vulkan_wrapperon Android, which could be download from GitHub. - In Android Studio, just put shader code under
src/main/shadersfolder, they will be compiled into.spvfiles, and packaged as assets.
Conan support is setup according to this tutorial, to install conan, run pip install conan.