Crate webgl_generator
source ·Expand description
A WebGL bindings generator. It defines a function named Registry::write_bindings
which can be
used to generate all constants and functions of a given WebGL version.
See the webgl
crate for an example of use.
Structs
Helper for iterating over specific kinds of named type
Enums
The different kinds of primitive types supported by WebIDL
These are named according to their equivalents in rust.
The definition of a type
Traits
Trait for a webgl bindings generator.