@hackage VulkanMemoryAllocator0.7.4

Bindings to the VulkanMemoryAllocator library

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