mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Merge pull request #241 from tomaka/add-webgl
Add WebGL in the APIs list
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user