bevy/crates/bevy_render/src/renderer
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
..
graph_runner.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
mod.rs Add options for selecting adapter by name and forcing fallback (#19921) 2025-07-03 22:26:34 +00:00
render_device.rs Ugrade to wgpu version 25.0 (#19563) 2025-06-26 19:41:47 +00:00