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 / GL / APPLE / element_array.py < prev    next >
Encoding:
Python Source  |  2008-12-07  |  483 b   |  15 lines

  1. '''OpenGL extension APPLE.element_array
  2.  
  3. This module customises the behaviour of the 
  4. OpenGL.raw.GL.APPLE.element_array to provide a more 
  5. Python-friendly API
  6. '''
  7. from OpenGL import platform, constants, constant, arrays
  8. from OpenGL import extensions, wrapper
  9. from OpenGL.GL import glget
  10. import ctypes
  11. from OpenGL.raw.GL.APPLE.element_array import *
  12. ### END AUTOGENERATED SECTION
  13. from OpenGL.GL import glget
  14. glget.addGLGetConstant( GL_ELEMENT_ARRAY_TYPE_APPLE, (1,) ) # check size...
  15.