Type Definition three_d::context::Context[][src]

type Context = Rc<Glstruct>;

Contains the graphics API for almost direct calls to OpenGL/WebGL (See Glstruct for a list of available functionality). Used internally in the higher level features and can safely be ignored unless you want more control.

Calls to this API can be combined with higher level features.