Trait gl_generator::generators::Generator
[−]
[src]
pub trait Generator {
fn write<W>(&self, registry: &Registry, ns: Ns, dest: &mut W) -> Result<()> where W: Write;
}Trait for a bindings generator.
Required Methods
fn write<W>(&self, registry: &Registry, ns: Ns, dest: &mut W) -> Result<()> where W: Write
Builds the GL bindings.
Implementors
impl Generator for DebugStructGeneratorimpl Generator for GlobalGeneratorimpl Generator for StaticGeneratorimpl Generator for StructGeneratorimpl Generator for StaticStructGenerator