OpenGL.raw.GLU.annotations
index
/home/mcfletch/pylive/OpenGL/raw/GLU/annotations.py

Array-size annotations for OpenGL.raw.GLU
 
Automatically generated by the generateraw script, do not edit!

 
Modules
       
OpenGL.constants
OpenGL.arrays
OpenGL.platform
OpenGL.raw.GLU
ctypes.util

 
Functions
       
POINTER(...)
addressof(...)
addressof(C instance) -> integer
Return the address of the C instance internal buffer
alignment(...)
alignment(C type) -> integer
alignment(C instance) -> integer
Return the alignment requirements of a C instance
byref(...)
byref(C instance[, offset=0]) -> byref-object
Return a pointer lookalike to a C instance, only usable
as function argument
get_errno(...)
pointer(...)
resize(...)
Resize the memory buffer of a ctypes instance
set_conversion_mode(...)
set_conversion_mode(encoding, errors) -> (previous-encoding, previous-errors)
 
Set the encoding and error handling ctypes uses when converting
between unicode and strings.  Returns the previous values.
set_errno(...)
sizeof(...)
sizeof(C type) -> integer
sizeof(C instance) -> integer
Return the size in bytes of a C instance

 
Data
        DEFAULT_MODE = 0
GLvoid = None
RTLD_GLOBAL = 256
RTLD_LOCAL = 0
__all__ = ['gluCheckExtension', 'gluGetNurbsProperty', 'gluGetTessProperty', 'gluLoadSamplingMatrices', 'gluNurbsCurve', 'gluNurbsSurface', 'gluPickMatrix', 'gluProject', 'gluPwlCurve', 'gluTessVertex', 'gluUnProject', 'gluUnProject4']
__file__ = '/home/mcfletch/pylive/OpenGL/raw/GLU/annotations.pyc'
__name__ = 'OpenGL.raw.GLU.annotations'
__package__ = 'OpenGL.raw.GLU'
cdll = <ctypes.LibraryLoader object at 0x20c3e10>
gluCheckExtension = <OpenGL.wrapper.gluCheckExtension object at 0x28fa368>
gluGetNurbsProperty = <OpenGL.wrapper.gluGetNurbsProperty object at 0x28fa5f0>
gluGetTessProperty = <OpenGL.wrapper.gluGetTessProperty object at 0x28fa830>
gluLoadSamplingMatrices = <OpenGL.wrapper.gluLoadSamplingMatrices object at 0x28faa70>
gluNurbsCurve = <OpenGL.wrapper.gluNurbsCurve object at 0x28fadd0>
gluNurbsSurface = <OpenGL.wrapper.gluNurbsSurface object at 0x28fb0e0>
gluPickMatrix = <OpenGL.wrapper.gluPickMatrix object at 0x28fb440>
gluProject = <OpenGL.wrapper.gluProject object at 0x28fb680>
gluPwlCurve = <OpenGL.wrapper.gluPwlCurve object at 0x28fbb90>
gluTessVertex = <OpenGL.wrapper.gluTessVertex object at 0x28fbdd0>
gluUnProject = <OpenGL.wrapper.gluUnProject object at 0x28fd050>
gluUnProject4 = <OpenGL.wrapper.gluUnProject4 object at 0x28fd560>
memmove = <CFunctionType object at 0x7f8ebf843600>
memset = <CFunctionType object at 0x7f8ebf8436d0>
pydll = <ctypes.LibraryLoader object at 0x20c3e50>
pythonapi = <PyDLL 'None', handle 7f8ebf9b8000 at 20c3e90>