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
- Host: GitHub
- URL: https://github.com/cloudcodingspace/vma
- Owner: CloudCodingSpace
- License: mit
- Created: 2025-02-10T16:03:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-01T09:42:16.000Z (2 months ago)
- Last Synced: 2026-05-01T11:32:17.955Z (2 months ago)
- Language: C
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.