mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +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,
|
||||||
/// OpenGL embedded system. Available on Linux, Android.
|
/// OpenGL embedded system. Available on Linux, Android.
|
||||||
OpenGlEs,
|
OpenGlEs,
|
||||||
|
/// OpenGL for the web. Very similar to OpenGL ES.
|
||||||
|
WebGl,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Copy)]
|
#[derive(Debug, Copy)]
|
||||||
|
|
Loading…
Reference in a new issue