mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #241 from tomaka/add-webgl
Add WebGL in the APIs list
This commit is contained in:
commit
be092183a6
|
@ -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…
Reference in a new issue