5 lines
167 B
Python
5 lines
167 B
Python
import OpenGL
|
|
|
|
# PyOpenGL error checking is extremely slow, so disable it, since by default it
|
|
# runs for every call into the OpenGL API
|
|
OpenGL.ERROR_CHECKING = False
|