Simpler Vulkan by Wrapping Vulkan-Hpp.
Vulkan has complex API and a lot of official repositories. Vulkan Wrapper contains everything to start Vulkan with ease.
See vkw.h.
- Explicit dependences of Vulkan objects.
- Simple factory functions.
- Smart pointers of packed structures.
- Raw VulkanHpp objects can also be accessed and used.
- Everything can be done!
- Supporting Desktop and Android.