I think if the call overhead to opengl is your rendering bottleneck,
then you're not making effective use of modern opengl. There's so many
ways to avoid calls (and the implied bus transfer). It doesn't really
matter weather you code in C or Python or how slow your API calls are,
at some point, bus transfer/API call speed is *always* too slow.

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to