OpenGL.arrays.formathandler
Base class for the various Python data-format storage type APIs
Data-type handlers are specified using OpenGL.plugins module
Classes
class FormatHandler(
object
):
Abstract class describing the handler interface
Each data-type handler is responsible for providing a number of methods
which allow it to manipulate (and create) instances of the data-type
it represents.