mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 23:01:30 +11:00
Add WebGL in the APIs list
This commit is contained in:
parent
5611a32513
commit
48ab960176
|
@ -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