VulkanMemoryAllocator
Vulkan allocator
Provides an abstraction layer around Vulkan memory allocation and resource creation
Easy to integrate Vulkan memory allocation library
3k stars
88 watching
358 forks
Language: C
last commit: 24 days ago
Linked from 2 awesome lists
memory-managementvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-librariesandsdks/d3d12memoryallocator | A memory allocation library designed to simplify resource creation and management in Direct3D 12 applications. | 750 |
khronosgroup/vulkan-hpp | Provides C++ bindings for the Vulkan API to improve developer experience | 3,135 |
gpuopen-librariesandsdks/v-ez | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
gpuopen-librariesandsdks/hellovulkan | A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
mhdta-dev/vkfs | A C++ framework providing Vulkan abstraction and simplification for game development and graphics applications. | 10 |
vulkan-go/vulkan | Provides Go bindings for a cross-platform 3D graphics and compute API to interact with Vulkan without needing C/C++ | 753 |
arm-software/vulkan-sdk | A collection of resources to help build Vulkan applications for Android devices with Mali GPUs and ARM processors. | 226 |
khronosgroup/vulkan-docs | The Khronos Group's documentation repository for the Vulkan API and related tools. | 2,806 |
erkaman/vulkan_minimal_compute | A Vulkan-based demo of rendering a fractal on the GPU through compute operations | 713 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
vulkano-rs/vulkano | A Rust wrapper around the Vulkan API providing a safe and rich interface to the graphics programming environment. | 4,540 |
saschawillems/vulkan | A collection of C++ examples and demos for the Vulkan graphics API | 10,372 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
dynamorio/drmemory | An open-source memory debugger for multiple operating systems and platforms | 2,443 |
arm-software/vulkan_best_practice_for_mobile_developers | Guides mobile developers on optimizing graphics performance using Vulkan on Arm-based devices | 658 |