forked from mirrors/gecko-dev
|
…
|
||
|---|---|---|
| .. | ||
| api/xml | ||
| api_angle/scripts | ||
| api_egl/api | ||
| api_webgl | ||
| src | ||
| .cargo-checksum.json | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
khronos_api
The Khronos XML API Registry, exposed as byte string constants.
[build-dependencies]
khronos_api = "1.0.0"
The following constants are provided:
GL_XML: the contents ofgl.xmlEGL_XML: the contents ofegl.xmlWGL_XML: the contents ofwgl.xmlGLX_XML: the contents ofglx.xmlWEBGL_IDL: the contents ofwebgl.idlWEBGL2_IDL: the contents ofwebgl2.idlWEBGL_EXT_XML: the contents of the WebGL extension XML files
Changelog
v1.0.0
- Initial release
- Documentation improvements