Module club.doki7.vma


module club.doki7.vma

Vulkan Memory Allocator (VMA) Java Bindings implemented with Java 22 FFM (Project Panama) APIs.

Vulkan Memory Allocator (VMA) is an easy to integrate library that help game developers to manage memory allocations and resource creation.

For actual API documentation, see packages documentation. For Vulkan Memory Allocator documentation, see VMA Doxygen documentation.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>vma</artifactId>
    <version>0.3.3</version>
    <scope>compile</scope>
</dependency>