A stub package that ensures that Vulkan headers and a loader are available.
On Android, the NDK provides a loader at API level 24 or higher.
vulkan is compatible with built-in CMake targets:
# https://cmake.org/cmake/help/latest/module/FindVulkan.html
find_package(Vulkan REQUIRED)
target_link_libraries(main PRIVATE Vulkan::Vulkan)
v2023-12-17#0
!uwp & !xbox
Complex license
Manifest