mango_engine.graphics.backend

Undocumented in source.

Members

Classes

Backend
class Backend

Base class for a video backend implementation. This class handles loading system libraries required by the backend, and prepares the libraries to be used.

BackendException
class BackendException

BackendException is called when there is a failure in the backend.

LibraryLoadException
class LibraryLoadException

LibraryLoadException is called when a system library fails to load.

Templates

GenFactory
template GenFactory(string object_)

Factory generation mixin for base classes. This generates the interface code to construct the backend varient of the class depending on which backend is selected, and what backends were compiled in.

GenFactory
template GenFactory(string object_, string params)

Factory generation mixin for base classes. This generates the interface code to construct the backend varient of the class depending on which backend is selected, and what backends were compiled in.

Meta