OpenGL.raw.GLUT.annotations
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GLUT/annotations.py

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

 
Modules
       
OpenGL.constants
OpenGL.arrays
ctypes.macholib
OpenGL.platform
OpenGL.raw.GLUT
ctypes.util

 
Functions
       
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) -> byref-object
Return a pointer lookalike to a C instance, only usable
as function argument
memmove = <CFunctionType object at 0x835602c> memset = <CFunctionType object at 0x8356094>
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.
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__ = []
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GLUT/annotations.py'
__name__ = 'OpenGL.raw.GLUT.annotations'
cdll = <ctypes.LibraryLoader object at 0x8353a2c>
pydll = <ctypes.LibraryLoader object at 0x8353a4c>
pythonapi = <PyDLL 'None', handle 4001d670 at 8353a6c>