Skip to content

Commit

Permalink
Update wgpu-types/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
  • Loading branch information
Wumpf and cwfitzgerald committed Feb 1, 2024
1 parent bb9c41d commit e32cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub enum Backend {
Metal = 2,
/// Direct3D-12 (Windows)
Dx12 = 3,
/// OpenGL ES-3 (Linux, Android, WebGL, Windows, MacOS via Angle)
/// OpenGL 3.3+ (Windows), OpenGL ES 3.0+ (Linux, Android, MacOS via Angle), and WebGL2
Gl = 4,
/// WebGPU in the browser
BrowserWebGpu = 5,
Expand Down

0 comments on commit e32cbbe

Please sign in to comment.