@hackage VulkanMemoryAllocator0.11.0.1

Bindings to the VulkanMemoryAllocator library

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.

  • Installation

  • Dependencies (5)

  • 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.