bevy/crates/bevy_render
charlotte 🌸 852fb84aa2
Add options for selecting adapter by name and forcing fallback (#19921)
Adds support for:
- `WGPU_ADAPTER_NAME` which will attempt to select a specific adapter
with a given name.
- `WGPU_FORCE_FALLBACK_ADAPTER` which will force fallback to a fallback
(software) renderer, if available.

The first has higher specificity than the second.
2025-07-03 22:26:34 +00:00
..
macros spec_v2: minor revisions (#19923) 2025-07-03 17:49:04 +00:00
src Add options for selecting adapter by name and forcing fallback (#19921) 2025-07-03 22:26:34 +00:00
Cargo.toml Ugrade to wgpu version 25.0 (#19563) 2025-06-26 19:41:47 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Render

License Crates.io Downloads Docs Discord