sotrh / learn-wgpu

Guide for using gfx-rs's wgpu library.
https://sotrh.github.io/learn-wgpu/
MIT License
1.53k stars 267 forks source link

By Default, Backends are set to Backends::all() #537

Closed zahash closed 6 months ago

zahash commented 9 months ago

@sotrh is it safe to assume that wgpu will always have Backends::all() as default?

sotrh commented 6 months ago

This has been fixed in a recent PR