Registry / other / vulkan

vulkan

JSON →
library2023-12-17vcpkgunverified

A stub package that ensures that Vulkan headers and a loader are available.

other
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.

#include <vulkan/vulkan.h>

Create a Vulkan application info structure

#include <vulkan/vulkan.h> #include <iostream> int main() { VkApplicationInfo appInfo = {}; appInfo.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; appInfo.pApplicationName = "Hello Vulkan"; appInfo.apiVersion = VK_API_VERSION_1_0; std::cout << "Vulkan headers available" << std::endl; return 0; }
Debug
Known footguns
gotchaVulkan loader requires the Vulkan SDK or system driver; on Android, the NDK provides a loader at API level 24+.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
ahrefsbot
1
Resources

No resource links recorded.