| Crates.io | ash-alloc |
| lib.rs | ash-alloc |
| version | 2.3.1 |
| created_at | 2024-12-18 14:54:11.544403+00 |
| updated_at | 2024-12-18 15:03:35.887057+00 |
| description | A segregated list memory allocator for Vulkan, but for Ash |
| homepage | |
| repository | https://github.com/Super-Pizza/ash-alloc |
| max_upload_size | |
| id | 1487877 |
| size | 100,092 |
A segregated list memory allocator for Vulkan written in Rust, but for ash. Forked from vk-alloc.
Targets Vulkan 1.2+ using ash.
All features are optional by default.
tracing Adds logging using tracing.profiling Adds support for profiling.vk-buffer-device-address: Enables the usage of "vkGetBufferDeviceAddress". Needs the Vulkan
1.2 "bufferDeviceAddress" device feature enabled.Licensed under MIT or Apache-2.0 or ZLIB.