def clear(self): """Clear the Display.""" # opengles.glBindFramebuffer(GL_FRAMEBUFFER,0) opengles.glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT)