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

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.