Ian Mallett wrote:
I want to draw a circle on this surface with pygame.draw.circle().

On most systems you can't use any of the 2D pygame drawing
functions on an OpenGL surface. It's either one or the other,
unfortunately.

--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,          | Carpe post meridiem!                 |
Christchurch, New Zealand          | (I'm not a morning person.)          |
[EMAIL PROTECTED]          +--------------------------------------+

Reply via email to