Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This will allow `pixels` to run on platforms that have OpenGL without any extra configuration. - It is better to allow wgpu to fallback to OpenGL than to select a Vulkan software rasterizer. This is the case on WSL2, where the only hardware-based adapter is available with the GLES backend. - Fixes #354
- Loading branch information