OpenGL.arrays.numpymodule

Numpy (new version) module implementation of the OpenGL-ctypes array interfaces
XXX Need to register handlers for all of the scalar types that numpy returns, would like to have all return values be int/float if they are of compatible type as well.

Functions

Classes

Numpy-specific data-type handler for OpenGL
Attributes:
ERROR_ON_COPY
if True, will raise errors if we have to copy an array object in order to produce a contiguous array of the correct type.