Skip to content

MartinRGB/VulkanTutorial-Android

 
 

Repository files navigation

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.

About

Step by step tutorial of Vulkan on Android, follow https://vulkan-tutorial.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Objective-C 2.2%
  • Other 1.5%