@hackage VulkanMemoryAllocator0.11
Bindings to the VulkanMemoryAllocator library
Categories
License
BSD-3-Clause
Maintainer
Ellie Hermaszewska <live.long.and.prosper@monoid.al>
Links
Versions
Installation
Dependencies (5)
- base <5
- bytestring
- transformers
- vector
- vulkan >=3.6 && <3.26 Show all…
Dependents (4)
@hackage/keid-core, @hackage/dear-imgui, @hackage/keid-ui-dearimgui, @hackage/keid-render-basic
Package Flags
generic-instances
(off by default)
Derive Generic instances for all structs. Disabled by default because of code size and compile time impact.
safe-foreign-calls
(off by default)
Do not mark foreign imports as unsafe. This means that callbacks from VulkanMemoryAllocator to Haskell will work. If you are using these then make sure this flag is enabled.
vma-ndebug
(off by default)
Compile VulkanMemoryAllocator with NDEBUG to disable assertions.
vma-recording
(off by default)
Compile VulkanMemoryAllocator with VMA_RECORDING_ENABLED to enable recording functionality.
VulkanMemoryAllocator
Slightly high level Haskell bindings to the Vulkan Memory Allocator library.
These bindings are intended to be imported qualified and do not feature the
Vma prefixes on commands, structures or constants.
This builds on the vulkan Package. It uses the same method of generating slightly-high-level bindings, see the vulkan readme for more info.