Crate webgl_generator [] [src]

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

Argument
Attribute
Callback
Const
Dictionary
Enum
Field
Interface
Mixin
Operation
Registry
StdwebGenerator
Type
TypeIter

Helper for iterating over specific kinds of named type

VisitOptions

Enums

Api
Exts
Member
NamedType
Primitive

The different kinds of primitive types supported by WebIDL These are named according to their equivalents in rust.

TypeKind

The definition of a type

Traits

Generator

Trait for a webgl bindings generator.