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

Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from egui's releases. 0.31.1 - TextEdit and egui_kittest fixes egui is an easy-to-use immediate mode GUI for...

dependencies
rust

Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. Release notes Sourced from thiserror's releases. 2.0.12 Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413) Commits 95a5126 Release 2.0.12...

dependencies
rust

Updates the requirements on [egui_extras](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from egui_extras's releases. 0.31.1 - TextEdit and egui_kittest fixes egui is an easy-to-use immediate mode GUI for...

dependencies
rust

Should supercede https://github.com/Traverse-Research/gpu-allocator/pull/271 and https://github.com/Traverse-Research/gpu-allocator/pull/268.

As it turns out, exposing the capacity (#266) is not quite enough for my use case to restrict the size of the capacity (because I don't know when a new...

## ⛰️ Background Over the years we've gotten quite a few PRs to reduce the memory consumption in `gpu-allocator` on the CPU side and we are trying to understand why...

What the title says, nothing special. I don't want to store yet another copy of the same string, it would be nice if I could just query it instead.

CC @fu5ha As discussed long ago, and recently in #138, it is undefined behaviour to create or transmute to `&[u8]` when the underlying data is possibly uninit. This also holds...

This PR wraps all `Arc` in Option, as to not have to allocate an Arc of a disabled Backtrace each time GPU memory is allocated with backtraces are disabled. This...

Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from egui's releases. 0.33.0 - egui::Plugin, better kerning, kitdiff viewer egui is an easy-to-use immediate mode GUI...

dependencies
rust