Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed mod.rs in rendering to support Radeon Cards (bevyengine#10132)
# 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``
- Loading branch information