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
src add OpenGL and DX11 backends (#7481) 2023-02-04 23:20:20 +00:00
Cargo.toml