{"id":60490,"library":"vulkan-loader","title":"Vulkan Loader","description":"Vulkan Development Tools - the Vulkan loader library for discovering and loading Vulkan drivers.","status":"active","version":"1.4.335.0","language":"cpp","source_language":null,"source_url":null,"tags":["vulkan","graphics","gpu","loader"],"install":[{"cmd":"vcpkg install vulkan-loader","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(vulkan_loader CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Vulkan::Loader)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"vulkan/vulkan.h","correct":"#include <vulkan/vulkan.h>"}],"quickstart":{"code":"#include <vulkan/vulkan.h>\n#include <iostream>\n\nint main() {\n    VkInstance instance;\n    VkInstanceCreateInfo createInfo = {};\n    createInfo.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;\n    vkCreateInstance(&createInfo, nullptr, &instance);\n    std::cout << \"Vulkan instance created\" << std::endl;\n    vkDestroyInstance(instance, nullptr);\n    return 0;\n}","lang":"cpp","description":"Create a Vulkan instance"},"warnings":[{"fix":"Ensure Vulkan drivers are installed and the system supports Vulkan.","message":"Requires a Vulkan-capable GPU and driver installed on the system.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'develop':4 'discov':11 'driver':15 'gpu':18 'graphic':17 'librari':9 'load':13 'loader':2,8,19 'tool':5 'vulkan':1,3,7,14,16","created_at":"2026-06-16T19:33:05.344621+00:00","updated_at":"2026-06-16T19:33:05.344621+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}