bevy/crates/bevy_render/src/view
Miles Ryan 06d148bae1
Fixed mod.rs in rendering to support Radeon Cards (#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``
2023-10-16 10:45:11 +00:00
..
visibility Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
window Fixed mod.rs in rendering to support Radeon Cards (#10132) 2023-10-16 10:45:11 +00:00
mod.rs Directly copy data into uniform buffers (#9865) 2023-09-25 19:15:37 +00:00
view.wgsl Bias texture mipmaps (#7614) 2023-06-22 20:55:05 +00:00