{"id":61969,"library":"vulkan-hpp","title":"Vulkan-Hpp","description":"Header only C++ bindings for the Vulkan C API","status":"active","version":"1.3.231","language":"cpp","source_language":null,"source_url":null,"tags":["vulkan","graphics","header-only","bindings"],"install":[{"cmd":"vcpkg install vulkan-hpp","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(vulkan_hpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Vulkan::VulkanHpp)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"vulkan/vulkan.hpp","correct":"#include <vulkan/vulkan.hpp>"}],"quickstart":{"code":"#include <vulkan/vulkan.hpp>\n\nint main() {\n    vk::ApplicationInfo appInfo(\"Test\", 1, \"Engine\", 1, VK_API_VERSION_1_0);\n    vk::InstanceCreateInfo createInfo({}, &appInfo);\n    vk::Instance instance = vk::createInstance(createInfo);\n    instance.destroy();\n    return 0;\n}","lang":"cpp","description":"Create and destroy a Vulkan instance using C++ bindings"},"warnings":[{"fix":"Replace vulkan-hpp with vulkan-headers in your vcpkg dependencies.","message":"This port is deprecated; use vulkan-headers instead.","severity":"breaking","affected_versions":">=1.3.231"}],"env_vars":null,"search_vec":"'api':12 'bind':7,18 'c':6,11 'graphic':14 'header':4,16 'header-on':15 'hpp':3 'vulkan':2,10,13 'vulkan-hpp':1","created_at":"2026-06-17T05:12:28.394984+00:00","updated_at":"2026-06-17T05:12:28.394984+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}}