Do I have to assume that pyopengltk uses double buffering by default ?
Can it be changed during initialization ?
If this is not possible, is a combination of glDrawBuffer(GL_FRONT) and glReadBuffer(GL_Front) fully supported (mimicking single buffering) ?