Hi all, I am extending the Pyglet Texture class to support numeric types other than unsigned bytes. To do that, I need a mapping of all numeric types, such as GL_UNSIGNED_BYTE, GL_FLOAT, GL_INT, etc. to their ctypes counterparts, GLubyte, GLfloat, GLint, etc. Does such a mapping already exist in Pyglet? If not, should I simply construct a table by hand, or is there a more appropriate way?
Regards Stéfan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
