VulkanMemoryAllocator: Bindings to the VulkanMemoryAllocator library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.3, 0.3.1, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.7.1, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.4, 0.5, 0.5.1, 0.6, 0.6.0.1, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.8, 0.9, 0.10, 0.10.1, 0.10.2, 0.10.3.1, 0.10.4, 0.10.5, 0.10.5.1, 0.11, 0.11.0.1
Change log changelog.md
Dependencies base (<4.15), bytestring, transformers, vector, vulkan (>=3.3.1 && <3.3.2) [details]
License BSD-3-Clause
Author
Maintainer Joe Hermaszewski <live.long.and.prosper@monoid.al>
Category Graphics
Home page https://github.com/expipiplus1/vulkan#readme
Bug tracker https://github.com/expipiplus1/vulkan/issues
Source repo head: git clone https://github.com/expipiplus1/vulkan
Uploaded by jophish at 2020-05-17T16:40:53Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
generic-instances

Derive Generic instances for all structs. Disabled by default because of code size and compile time impact.

Disabled
safe-foreign-calls

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.

Disabled
vma-ndebug

Compile VulkanMemoryAllocator with NDEBUG to disable assertions.

Disabled
vma-recording

Compile VulkanMemoryAllocator with VMA_RECORDING_ENABLED to enable recording functionality.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for VulkanMemoryAllocator-0.3.1

[back to package description]

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.