Registry / other / vulkan-loader

vulkan-loader

JSON →
library1.4.335.0vcpkgunverified

Vulkan Development Tools - the Vulkan loader library for discovering and loading Vulkan drivers.

vcpkg install vulkan-loader
INSTALL
IMPORT
SIG · VULKAN-LOADER
V
vulkan-loader
othercppv1.4.335.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vulkan/vulkan.h
#include <vulkan/vulkan.h>

Create a Vulkan instance

#include <vulkan/vulkan.h> #include <iostream> int main() { VkInstance instance; VkInstanceCreateInfo createInfo = {}; createInfo.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; vkCreateInstance(&createInfo, nullptr, &instance); std::cout << "Vulkan instance created" << std::endl; vkDestroyInstance(instance, nullptr); return 0; }
Debug
Known issues
gotchaRequires a Vulkan-capable GPU and driver installed on the system.
fix
Ensure Vulkan drivers are installed and the system supports Vulkan.
affects: *
Upgrade
Version history
1.4.335.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

vulkan-loader — pip install vulkan-loader · libregistry