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

Reply via email to