Registry / other / vulkan-hpp

vulkan-hpp

JSON →
library1.3.231vcpkgunverified

Header only C++ bindings for the Vulkan C API

vcpkg install vulkan-hpp
INSTALL
IMPORT
SIG · VULKAN-HPP
V
vulkan-hpp
othercppv1.3.231
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.hpp
#include <vulkan/vulkan.hpp>

Create and destroy a Vulkan instance using C++ bindings

#include <vulkan/vulkan.hpp> int main() { vk::ApplicationInfo appInfo("Test", 1, "Engine", 1, VK_API_VERSION_1_0); vk::InstanceCreateInfo createInfo({}, &appInfo); vk::Instance instance = vk::createInstance(createInfo); instance.destroy(); return 0; }
Debug
Known issues
breakingThis port is deprecated; use vulkan-headers instead.
fix
Replace vulkan-hpp with vulkan-headers in your vcpkg dependencies.
affects: >=1.3.231
Upgrade
Version history
1.3.231latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

vulkan-hpp — pip install vulkan-hpp · libregistry