gpu-allocator icon indicating copy to clipboard operation
gpu-allocator copied to clipboard

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust

Results 65 gpu-allocator issues
Sort by recently updated
recently updated
newest added

Allow `windows 0.53` all the way up to and including `0.56` to be used, and remove some unused features from the core crate.

The current `objc` crate stack is completely unmaintained and has severely fallen out of date with no updates for over 4 years. The `metal-rs` crate, built on top of this...

This PR adds a public API that exposes enough information for users to build something like the block visualizer without the egui integration. It also adds an offset field in...

https://github.com/ash-rs/ash/releases/tag/0.38.0

[`gpu-allocator 0.26`](https://github.com/Traverse-Research/gpu-allocator/releases/tag/0.26.0) was just published with `metal` support! Unfortunately the [`metal-rs` crate that is used](https://github.com/gfx-rs/metal-rs) is heavily unmaintained, and some functions used by `gpu-allocator` are not yet available in the...

Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. Commits ae896c5 Release 0.56.0 (#2989) 5b73aea Document Interface::IID (#2990) bedd359 Add explicit path support to the interface macro (#2976) e7a361a...

dependencies
rust

Worth pointing that this is mainly targeted towards the vulkan part of the crate. I believe that arena al locators are pretty useful specially in graphics(vulkan) when accessing some per...

Firefox potentially creates a lot of devices and we can't know in advance the type and scale of content that the page will want to run. So it is difficult...

Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from egui's releases. 0.28.1 - Tooltip tweaks egui is an easy-to-use immediate mode GUI for Rust that...

dependencies
rust