OpenGL.platform.baseplatform

Base class for platform implementations

Functions

Classes

Base class for per-platform implementations
Attributes of note:
EXPORTED_NAMES
set of names exported via the platform module's namespace...
GL, GLU, GLUT, GLE, GLES1, GLES2, GLES3 -- ctypes libraries
DEFAULT_FUNCTION_TYPE
used as the default function type for functions unless overridden on a per-DLL basis with a "FunctionType" member
GLUT_GUARD_CALLBACKS
if True, the GLUT wrappers will provide guarding wrappers to prevent GLUT errors with uninitialised GLUT.
EXTENSIONS_USE_BASE_FUNCTIONS
if True, uses regular dll attribute-based lookup to retrieve extension function pointers.
CurrentContextIsValid
OpenGL