File size: 379 Bytes
fbaff7b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""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.
"""
__version__ = '3.1.6'
__version_tuple__ = (3,1,6)