Registry / utility / vulkan-memory-allocator-hpp

vulkan-memory-allocator-hpp

JSON →
library3.3.0vcpkgunverified

C++ bindings for VulkanMemoryAllocator (Development branch)

vcpkg install vulkan-memory-allocator-hpp
INSTALL
IMPORT
SIG · VULKAN-MEMORY-ALLO
V
vulkan-memory-allocator-hpp
utilitycppv3.3.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.

vk_mem_alloc.h
#include <vk_mem_alloc.h>

Create and destroy a VMA allocator

#include <vk_mem_alloc.h> #include <vulkan/vulkan.hpp> int main() { vk::Instance instance; vk::PhysicalDevice physicalDevice; vk::Device device; VmaAllocator allocator; VmaAllocatorCreateInfo allocatorInfo = {}; allocatorInfo.instance = instance; allocatorInfo.physicalDevice = physicalDevice; allocatorInfo.device = device; vmaCreateAllocator(&allocatorInfo, &allocator); vmaDestroyAllocator(allocator); return 0; }
Debug
Known issues
breakingThis is the development branch; API may change
fix
Pin to a specific version or use the stable VulkanMemoryAllocator C library
affects: >=3.0.0
Upgrade
Version history
3.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

vulkan-memory-allocator-hpp — pip install vulkan-memory-allocator-hpp · libregistry