зеркало из https://github.com/mozilla/gecko-dev.git
…
|
||
---|---|---|
.. | ||
api/xml | ||
api_egl/api | ||
api_webgl | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md | ||
build.rs |
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.xml
EGL_XML
: the contents ofegl.xml
WGL_XML
: the contents ofwgl.xml
GLX_XML
: the contents ofglx.xml
WEBGL_IDL
: the contents ofwebgl.idl
WEBGL2_IDL
: the contents ofwebgl2.idl
WEBGL_EXT_XML
: the contents of the WebGL extension XML files
Changelog
v1.0.0
- Initial release
- Documentation improvements