Module surfman::platform::generic::multi::context[][src]

Expand description

A context abstraction that allows the choice of backends dynamically.

Enums

Context

Represents an OpenGL rendering context.

ContextDescriptor

Information needed to create a context. Some APIs call this a “config” or a “pixel format”.

NativeContext

Wraps a platform-specific native context.