[][src]Crate phosphorus

phosphorus is a GL bindings generator crate.

  • Status: Experimental, do not use.

Re-exports

pub use xml::*;
pub use output::*;

Modules

output

Module for stuff that lets you select a feature and spit out some code.

xml

Types and functions to interact with the XML files that describe the various GL APIs.

Enums

ApiCategory

The broad categories of GL API

Profile

The two profiles that you can use with GL (if that version uses profiles).

Functions

feature_name_for

Gets the feature name for a given (category, major, minor) triple.