bevy/crates/bevy_render
wangling12 5ee57ff4ba add OpenGL and DX11 backends (#7481)
# Objective

Avoid  ‘Unable to find a GPU! Make sure you have installed required drivers!’ .
Because many devices only support OpenGL without Vulkan.

Fixes #3191

## Solution

Use all backends supported by wgpu.
2023-02-04 23:20:20 +00:00
..
macros Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
src add OpenGL and DX11 backends (#7481) 2023-02-04 23:20:20 +00:00
Cargo.toml Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00