mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 19:46:34 +11:00
Add WebGL in the APIs list
This commit is contained in:
parent
5611a32513
commit
48ab960176
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ pub enum Api {
|
|||
OpenGl,
|
||||
/// OpenGL embedded system. Available on Linux, Android.
|
||||
OpenGlEs,
|
||||
/// OpenGL for the web. Very similar to OpenGL ES.
|
||||
WebGl,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy)]
|
||||
|
|
Loading…
Add table
Reference in a new issue