Crates.io | vulkan-malloc |
lib.rs | vulkan-malloc |
version | 0.1.5 |
source | src |
created_at | 2017-07-09 16:12:42.778193 |
updated_at | 2017-09-20 19:34:17.309946 |
description | A general purpose device memory allocator for Vulkan |
homepage | |
repository | https://github.com/dylanede/vulkan-malloc |
max_upload_size | |
id | 22756 |
size | 68,757 |
[dependencies]
vulkan-malloc = "0.1.5"
This crate provides an implementation of a general purpose device memory allocator that should cover common use cases for Vulkan-based applications, while minimising the frequency of actual allocations of memory blocks from the Vulkan runtime.
This crate is heavily based on the C++ library VulkanMemoryAllocator from AMD.
For more details about the rationale and implementation of this crate, please see the documentation of VulkanMemoryAllocator.
Allocator
itself is thread-safe - it is both Send
and Sync
.
dacite is used for Vulkan bindings.
This library is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.