| OpenGL_accelerate (version 3.0.1b2) | index /home/mcfletch/pylive/OpenGL_accelerate/__init__.py |
Cython-coded accelerators for the PyOpenGL wrapper
This package contains Cython accelerator modules which
attempt to speed up certain aspects of the PyOpenGL 3.x
wrapper mechanism. The source code is part of the
PyOpenGL package and is built via the setupaccel.py
script in the top level of the PyOpenGL source package.
| Package Contents | ||
| __init__ -- Cython-coded accelerators for the PyOpenGL wrapper arraydatatype -- Cython-coded Array-handling accelerator module errorchecker -- Cython-coded GL-error-check module formathandler -- Cython-coded base FormatHandler implementation nones_formathandler -- Accelerator for None-as-an-array format handler operations numeric_accel numpy_formathandler -- Accelerator for numpy format handler operations setup vbo -- Cython-coded VBO implementation wrapper -- Cython-coded implementation of wrapper module | ||
| Data | ||
| __file__ = '/home/mcfletch/pylive/OpenGL_accelerate/__init__.pyc' __name__ = 'OpenGL_accelerate' __path__ = ['/home/mcfletch/pylive/OpenGL_accelerate'] __version__ = '3.0.1b2' __version_tuple__ = (3, 0, 1) | ||