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

Re: [pygame] Pygame vs. OpenGL Surfaces



Ian Mallett wrote:
I have a game where there is a menu written in pygame with pygame surfaces and a game written in OpenGL with OpenGL surfaces.

If you're trying to use pygame drawing calls on an OpenGL
surface, that doesn't work on most systems. The only thing
that can draw in an OpenGL surface is OpenGL.

--
Greg