An open API service indexing awesome lists of open source software.

https://github.com/cloudcodingspace/vma

VMA fork for C++ with integrated CMake and Premake support
https://github.com/cloudcodingspace/vma

Last synced: about 1 month ago
JSON representation

VMA fork for C++ with integrated CMake and Premake support

Awesome Lists containing this project

README

          

# VMA

This is a custom fork of the Vulkan Memory Allocator repo. Link to the original repo [here](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator).
The original MIT-License by GPUOpen-LibrariesAndSDKs is in the [VMA-LICENSE.txt](./VMA-LICENSE.txt).
This fork contains my modified CMakeLists.txt and a custom premake5.lua. Mainly for my personal projects which need these custom build scripts.