mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
# Objective - Added support for newer AMD Radeon cards in the mod.rs file located at ``crates/bevy_render/src/view/window/mod.rs`` ## Solution - All I needed to add was ``name.starts_with("Radeon") ||`` to the existing code on line 347 of ``crates/bevy_render/src/view/window/mod.rs`` --- ## Changelog - Changed ``crates/bevy_render/src/view/window/mod.rs`` |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |