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