Start work on OpenGL bindings

This commit is contained in:
Kovid Goyal
2016-11-02 21:27:20 +05:30
parent 8636ddf3cd
commit 3ecf3751ef
5 changed files with 80 additions and 12 deletions

View File

@@ -1,5 +1 @@
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