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:
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
|
356 b
|
21 lines
"""Array-size annotations for OpenGL.raw.GLUT
Automatically generated by the generateraw script, do not edit!
"""
from OpenGL.raw import GLUT as raw
from ctypes import *
from OpenGL import platform, arrays
from OpenGL.constant import Constant
from OpenGL import constants as GLconstants
GLvoid = GLconstants.GLvoid
STRING = c_char_p
__all__ = [
]