I think I found the problem reading my glinfo output:
Near the EOF there are these two lines
GLU extensions:
GL_EXT_bgra
So I think that my OpenGL have rgb swapped...
After changing covergl.py below line 90 into:
if iChannels == 4: format = GL_RGBA
else: format = GL_BGR
everything seems work correctly!
Bye,
Abdul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---