Registry / utility / daxa
library3.3.1vcpkgunverified

Daxa C++ Vulkan Abstraction library.

vcpkg install daxa
INSTALL
IMPORT
SIG · DAXA
D
daxa
utilitycppv3.3.1
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.

daxa/daxa.hpp
#include <daxa/daxa.hpp>

Create a Daxa instance for Vulkan abstraction.

#include <daxa/daxa.hpp> #include <iostream> int main() { auto instance = daxa::create_instance({}); std::cout << "Daxa instance created\n"; return 0; }
Debug
Known issues
gotchaDaxa requires Vulkan SDK and a GPU with Vulkan support.
fix
Install Vulkan SDK and ensure compatible hardware.
affects: *
Upgrade
Version history
3.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

daxa — pip install daxa · libregistry