[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Python threads, pygame, and pyopengl



Just a word on display lists.  If the display lists are executing as you're making them, use GL_COMPILE instead of GL_COMPILE_AND_EXECUTE.  Of course, multiple threads might still be causing that problem...