Crates.io | vk-alloc |
lib.rs | vk-alloc |
version | 2.3.0 |
source | src |
created_at | 2021-02-16 15:02:57.013957 |
updated_at | 2022-01-26 12:49:01.905947 |
description | A segregated list memory allocator for Vulkan. |
homepage | |
repository | https://github.com/hasenbanck/vk-alloc |
max_upload_size | |
id | 355996 |
size | 103,008 |
A segregated list memory allocator for Vulkan written in Rust.
Targets Vulkan 1.2+ using erupt.
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.