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
/
SGIX
/
texture_lod_bias.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2008-12-07
|
384 b
|
12 lines
'''OpenGL extension SGIX.texture_lod_bias
This module customises the behaviour of the
OpenGL.raw.GL.SGIX.texture_lod_bias to provide a more
Python-friendly API
'''
from OpenGL import platform, constants, constant, arrays
from OpenGL import extensions, wrapper
from OpenGL.GL import glget
import ctypes
from OpenGL.raw.GL.SGIX.texture_lod_bias import *
### END AUTOGENERATED SECTION