home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / lib / site-packages / OpenGL / raw / GLUT / annotations.py < prev    next >
Encoding:
Python Source  |  2008-12-07  |  356 b   |  21 lines

  1. """Array-size annotations for OpenGL.raw.GLUT
  2.  
  3. Automatically generated by the generateraw script, do not edit!
  4. """
  5. from OpenGL.raw import GLUT as raw
  6.  
  7. from ctypes import *
  8. from OpenGL import platform, arrays
  9. from OpenGL.constant import Constant
  10. from OpenGL import constants as GLconstants
  11. GLvoid = GLconstants.GLvoid
  12.  
  13. STRING = c_char_p
  14.  
  15.  
  16.  
  17. __all__ = [
  18.     
  19. ]
  20.  
  21.