| OpenGL.GLUT.freeglut | index /home/mcfletch/pylive/OpenGL/GLUT/freeglut.py |
FreeGLUT extensions to the GLUT API
This module will provide the FreeGLUT extensions if they are available
from the GLUT module. Note that any other implementation that also provides
these entry points will also retrieve the entry points with this module.
| Modules | ||||||
| ||||||
| Data | ||
| ARRAY_TYPE_TO_CONSTANT = [('GLclampd', GL_DOUBLE), ('GLclampf', GL_FLOAT), ('GLfloat', GL_FLOAT), ('GLdouble', GL_DOUBLE), ('GLbyte', GL_BYTE), ('GLshort', GL_SHORT), ('GLint', GL_INT), ('GLubyte', GL_UNSIGNED_BYTE), ('GLushort', GL_UNSIGNED_SHORT), ('GLuint', GL_UNSIGNED_INT), ('GLenum', GL_UNSIGNED_INT)] GLUT_ACTION_CONTINUE_EXECUTION = GLUT_ACTION_CONTINUE_EXECUTION GLUT_ACTION_EXIT = GLUT_ACTION_EXIT GLUT_ACTION_GLUTMAINLOOP_RETURNS = GLUT_ACTION_GLUTMAINLOOP_RETURNS GLUT_ACTION_ON_WINDOW_CLOSE = GLUT_ACTION_ON_WINDOW_CLOSE GLUT_CREATE_NEW_CONTEXT = GLUT_CREATE_NEW_CONTEXT GLUT_DEBUG = GLUT_DEBUG GLUT_FORWARD_COMPATIBLE = GLUT_FORWARD_COMPATIBLE GLUT_INIT_FLAGS = GLUT_INIT_FLAGS GLUT_INIT_MAJOR_VERSION = GLUT_INIT_MAJOR_VERSION GLUT_INIT_MINOR_VERSION = GLUT_INIT_MINOR_VERSION GLUT_RENDERING_CONTEXT = GLUT_RENDERING_CONTEXT GLUT_USE_CURRENT_CONTEXT = GLUT_USE_CURRENT_CONTEXT GLUT_WINDOW_BORDER_WIDTH = GLUT_WINDOW_BORDER_WIDTH GLUT_WINDOW_HEADER_HEIGHT = GLUT_USE_CURRENT_CONTEXT GL_BYTE = GL_BYTE GL_DOUBLE = GL_DOUBLE GL_FALSE = GL_FALSE GL_FLOAT = GL_FLOAT GL_HALF_NV = GL_HALF_NV GL_INT = GL_INT GL_SHORT = GL_SHORT GL_TRUE = GL_TRUE GL_UNSIGNED_BYTE = GL_UNSIGNED_BYTE GL_UNSIGNED_INT = GL_UNSIGNED_INT GL_UNSIGNED_INT64 = GL_UNSIGNED_INT64_AMD GL_UNSIGNED_SHORT = GL_UNSIGNED_SHORT GLvoid = None __file__ = '/home/mcfletch/pylive/OpenGL/GLUT/freeglut.pyc' __name__ = 'OpenGL.GLUT.freeglut' __package__ = 'OpenGL.GLUT' ctypes_version = [1, 1, 0] glutBitmapHeight = <CFunctionType object at 0x29b2390> glutBitmapString = <CFunctionType object at 0x29b2530> glutCloseFunc = <OpenGL.GLUT.special.GLUTCallback object at 0x29adad0> glutGetMenuData = <CFunctionType object at 0x29b21f0> glutGetProcAddress = <CFunctionType object at 0x29b2bb0> glutGetWindowData = <CFunctionType object at 0x29b2050> glutLeaveMainLoop = <CFunctionType object at 0x29acae0> glutMainLoopEvent = <CFunctionType object at 0x29aca10> glutMenuDestroyFunc = <OpenGL.GLUT.special.GLUTCallback object at 0x29adb50> glutMouseWheelFunc = <OpenGL.GLUT.special.GLUTCallback object at 0x29ada10> glutSetMenuData = <CFunctionType object at 0x29b22c0> glutSetOption = <CFunctionType object at 0x29acef0> glutSetWindowData = <CFunctionType object at 0x29b2120> glutSolidCylinder = <CFunctionType object at 0x29b2ae0> glutSolidRhombicDodecahedron = <CFunctionType object at 0x29b27a0> glutSolidSierpinskiSponge = <OpenGL.wrapper.glutSolidSierpinskiSponge object at 0x29afef0> glutStrokeHeight = <CFunctionType object at 0x29b2460> glutStrokeString = <CFunctionType object at 0x29b2600> glutWMCloseFunc = <OpenGL.GLUT.special.GLUTCallback object at 0x29adb10> glutWireCylinder = <CFunctionType object at 0x29b2a10> glutWireRhombicDodecahedron = <CFunctionType object at 0x29b26d0> glutWireSierpinskiSponge = <OpenGL.wrapper.glutWireSierpinskiSponge object at 0x29afcf8> i = '0' void = None | ||