gecko-dev/third_party/rust/khronos_api
Emilio Cobos Álvarez 63d22618c3 Bug 1520953 - Update gleam. r=kats,jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D25602

--HG--
extra : moz-landing-system : lando
2019-04-01 17:54:08 +00:00
..
api/xml
api_angle/scripts
api_egl/api
api_webgl
src
.cargo-checksum.json
Cargo.toml
README.md
build.rs

README.md

khronos_api

Version License Downloads

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 of gl.xml
  • EGL_XML: the contents of egl.xml
  • WGL_XML: the contents of wgl.xml
  • GLX_XML: the contents of glx.xml
  • WEBGL_IDL: the contents of webgl.idl
  • WEBGL2_IDL: the contents of webgl2.idl
  • WEBGL_EXT_XML: the contents of the WebGL extension XML files

Changelog

v1.0.0

  • Initial release
  • Documentation improvements