Merge pull request #241 from tomaka/add-webgl
Add WebGL in the APIs list
This commit is contained in:
commit
be092183a6
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue