GitHub - vulkan-go/vma: VulkanMemoryAllocator bindings for vulkan-go

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

vma

VulkanMemoryAllocator bindings for vulkan-go.

These bindings do not implement functions, structures or enumerations that are deprecated as of v2.3.0. The following are also not implemented:

  • Allocator callbacks (feel free to implement if anybody actually cares)
  • Command recording (can be enabled by uncommenting lines from vma.go and vma.cpp. Does not seem to be supported on Linux)

Not all functions have been tested, please report bugs if you use this library.