# # The Python Imaging Library. # $Id: ImageGL.py 2339 2005-03-25 08:02:17Z fredrik $ # # OpenGL pixmap/texture interface (requires imToolkit OpenGL extensions) # # History: # 2003-09-13 fl Added # # Copyright (c) Secret Labs AB 2003. # # See the README file for information on usage and redistribution. # ## # OpenGL pixmap/texture interface (requires imToolkit OpenGL # extensions.) ## from _imaginggl import *