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.
Run the following Vcpkg command to install the port.
vcpkg install vulkan
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
Dec 29, 2023
!uwp & !xbox
8397227251
Complex license
Manifest