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

Re: [pygame] Old pygame tutorial not working



Ian Mallett wrote:

Ideally, the display list data should be send directly to the GPU, no processing at all. Is there any way to save/load a display list?

No, the only way to create a display list is to make
the appropriate series of OpenGL calls while compiling
one, and there's no way of reading back a display list.

--
Greg