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 / WGL.py < prev   
Encoding:
Python Source  |  2008-12-07  |  148 b   |  5 lines

  1. """Collects the various WGL extensions together"""
  2. from OpenGL.raw._WGL import *
  3. from OpenGL.raw._WGL_ARB import *
  4. from OpenGL.raw._WGL_NV import *
  5.