Registry / utility / lunarg-vulkantools

lunarg-vulkantools

JSON →
library1.4.341.0vcpkgunverified

Tools to aid in Vulkan development

vcpkg install lunarg-vulkantools
INSTALL
IMPORT
SIG · LUNARG-VULKANTOOLS
L
lunarg-vulkantools
utilitycppv1.4.341.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>

Initializes 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.applicationVersion = VK_MAKE_VERSION(1, 0, 0); appInfo.pEngineName = "No Engine"; appInfo.engineVersion = VK_MAKE_VERSION(1, 0, 0); appInfo.apiVersion = VK_API_VERSION_1_0; std::cout << "Vulkan app info created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.341.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

lunarg-vulkantools — pip install lunarg-vulkantools · libregistry