khronos_api

Crates.iokhronos_api
lib.rskhronos_api
version3.1.0
sourcesrc
created_at2014-11-12 17:17:42.829732
updated_at2019-04-01 04:52:05.349671
descriptionThe Khronos XML API Registry, exposed as byte string constants.
homepagehttps://github.com/brendanzab/gl-rs/
repositoryhttps://github.com/brendanzab/gl-rs/
max_upload_size
id67
size6,624,708
Dzmitry Malyshau (kvark)

documentation

https://docs.rs/khronos_api

README

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
Commit count: 970

cargo fmt