Skip to content

Files

Latest commit

 

History

History
10 lines (6 loc) · 654 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 654 Bytes

VulkanTutorial-Android

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 package manager

Conan support is setup according to this tutorial, to install conan, run pip install conan.