3.7.2 Error handling

Errors generated by the API calls are handled similarly as in PyOpenGL: all GL errors are reported as Python exceptions of type gles.GLerror. The wrapper code checks GL error status after each call automatically. There is no Python binding for glGetError call.

See About this document... for information on suggesting changes.