OpenGL.raw._GLX
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/_GLX.py

# BEGIN GENERATED CONTENT (do not edit below this line)

 
Modules
       
OpenGL.constant
OpenGL.platform
ctypes.util

 
Classes
       
Structure(_ctypes._CData)
struct__XDisplay
struct__XDisplay
struct__XExtData
struct__XExtData
struct___GLXFBConfigRec
struct___GLXcontextRec
struct_anon_100
struct_anon_100
struct_anon_108
struct_anon_108
struct_anon_17
struct_anon_17
Union(_ctypes._CData)
struct___GLXEvent
struct___GLXEvent

 
Display = class struct__XDisplay(Structure)
    
Method resolution order:
struct__XDisplay
Structure
_ctypes._CData
object

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
GLXEvent = class struct___GLXEvent(Union)
    
Method resolution order:
struct___GLXEvent
Union
_ctypes._CData
object

Data descriptors defined here:
glxpbufferclobber
Structure/Union member
pad
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x4026acc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
GLXPbufferClobberEvent = class struct_anon_108(Structure)
    # EXT_texture_from_pixmap (/usr/include/GL/glx.h:423)
 
 
Method resolution order:
struct_anon_108
Structure
_ctypes._CData
object

Data descriptors defined here:
aux_buffer
Structure/Union member
buffer_mask
Structure/Union member
count
Structure/Union member
display
Structure/Union member
draw_type
Structure/Union member
drawable
Structure/Union member
event_type
Structure/Union member
height
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
Visual = class struct_anon_17(Structure)
    
Method resolution order:
struct_anon_17
Structure
_ctypes._CData
object

Data descriptors defined here:
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
class
Structure/Union member
ext_data
Structure/Union member
green_mask
Structure/Union member
map_entries
Structure/Union member
red_mask
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XExtData = class struct__XExtData(Structure)
    
Method resolution order:
struct__XExtData
Structure
_ctypes._CData
object

Data descriptors defined here:
free_private
Structure/Union member
next
Structure/Union member
number
Structure/Union member
private_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XVisualInfo = class struct_anon_100(Structure)
    
Method resolution order:
struct_anon_100
Structure
_ctypes._CData
object

Data descriptors defined here:
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
class
Structure/Union member
colormap_size
Structure/Union member
depth
Structure/Union member
green_mask
Structure/Union member
red_mask
Structure/Union member
screen
Structure/Union member
visual
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct__XDisplay(Structure)
    
Method resolution order:
struct__XDisplay
Structure
_ctypes._CData
object

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct__XExtData(Structure)
    
Method resolution order:
struct__XExtData
Structure
_ctypes._CData
object

Data descriptors defined here:
free_private
Structure/Union member
next
Structure/Union member
number
Structure/Union member
private_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct___GLXEvent(Union)
    
Method resolution order:
struct___GLXEvent
Union
_ctypes._CData
object

Data descriptors defined here:
glxpbufferclobber
Structure/Union member
pad
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x4026acc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct___GLXFBConfigRec(Structure)
    
Method resolution order:
struct___GLXFBConfigRec
Structure
_ctypes._CData
object

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct___GLXcontextRec(Structure)
    
Method resolution order:
struct___GLXcontextRec
Structure
_ctypes._CData
object

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct_anon_100(Structure)
    
Method resolution order:
struct_anon_100
Structure
_ctypes._CData
object

Data descriptors defined here:
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
class
Structure/Union member
colormap_size
Structure/Union member
depth
Structure/Union member
green_mask
Structure/Union member
red_mask
Structure/Union member
screen
Structure/Union member
visual
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct_anon_108(Structure)
    # EXT_texture_from_pixmap (/usr/include/GL/glx.h:423)
 
 
Method resolution order:
struct_anon_108
Structure
_ctypes._CData
object

Data descriptors defined here:
aux_buffer
Structure/Union member
buffer_mask
Structure/Union member
count
Structure/Union member
display
Structure/Union member
draw_type
Structure/Union member
drawable
Structure/Union member
event_type
Structure/Union member
height
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class struct_anon_17(Structure)
    
Method resolution order:
struct_anon_17
Structure
_ctypes._CData
object

Data descriptors defined here:
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
class
Structure/Union member
ext_data
Structure/Union member
green_mask
Structure/Union member
map_entries
Structure/Union member
red_mask
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x4026ac00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
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
glXAllocateMemoryMESA(...)
glXAllocateMemoryMESA( POINTER(Display)(dpy), c_int(scrn), c_size_t(size), c_float(readfreq), c_float(writefreq), c_float(priority) ) -> POINTER(c_void)
glXChooseFBConfig(...)
glXChooseFBConfig( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(attribList), POINTER(c_int)(nitems) ) -> POINTER(GLXFBConfig)
glXChooseVisual(...)
glXChooseVisual( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(attribList) ) -> POINTER(XVisualInfo)
glXCopyContext(...)
glXCopyContext( POINTER(Display)(dpy), GLXContext(src), GLXContext(dst), c_ulong(mask) ) -> None
glXCreateContext(...)
glXCreateContext( POINTER(Display)(dpy), POINTER(XVisualInfo)(vis), GLXContext(shareList), c_int(direct) ) -> GLXContext
glXCreateGLXPixmap(...)
glXCreateGLXPixmap( POINTER(Display)(dpy), POINTER(XVisualInfo)(visual), Pixmap(pixmap) ) -> GLXPixmap
glXCreateNewContext(...)
glXCreateNewContext( POINTER(Display)(dpy), GLXFBConfig(config), c_int(renderType), GLXContext(shareList), c_int(direct) ) -> GLXContext
glXCreatePbuffer(...)
glXCreatePbuffer( POINTER(Display)(dpy), GLXFBConfig(config), POINTER(c_int)(attribList) ) -> GLXPbuffer
glXCreatePixmap(...)
glXCreatePixmap( POINTER(Display)(dpy), GLXFBConfig(config), Pixmap(pixmap), POINTER(c_int)(attribList) ) -> GLXPixmap
glXCreateWindow(...)
glXCreateWindow( POINTER(Display)(dpy), GLXFBConfig(config), Window(win), POINTER(c_int)(attribList) ) -> GLXWindow
glXDestroyContext(...)
glXDestroyContext( POINTER(Display)(dpy), GLXContext(ctx) ) -> None
glXDestroyGLXPixmap(...)
glXDestroyGLXPixmap( POINTER(Display)(dpy), GLXPixmap(pixmap) ) -> None
glXDestroyPbuffer(...)
glXDestroyPbuffer( POINTER(Display)(dpy), GLXPbuffer(pbuf) ) -> None
glXDestroyPixmap(...)
glXDestroyPixmap( POINTER(Display)(dpy), GLXPixmap(pixmap) ) -> None
glXDestroyWindow(...)
glXDestroyWindow( POINTER(Display)(dpy), GLXWindow(window) ) -> None
glXFreeMemoryMESA(...)
glXFreeMemoryMESA( POINTER(Display)(dpy), c_int(scrn), POINTER(None)(pointer) ) -> None
glXGetClientString(...)
glXGetClientString( POINTER(Display)(dpy), c_int(name) ) -> c_char_p
glXGetConfig(...)
glXGetConfig( POINTER(Display)(dpy), POINTER(XVisualInfo)(visual), c_int(attrib), POINTER(c_int)(value) ) -> c_int
glXGetCurrentContext(...)
glXGetCurrentContext(  ) -> GLXContext
glXGetCurrentDisplay(...)
glXGetCurrentDisplay(  ) -> POINTER(Display)
glXGetCurrentDrawable(...)
glXGetCurrentDrawable(  ) -> GLXDrawable
glXGetCurrentReadDrawable(...)
glXGetCurrentReadDrawable(  ) -> GLXDrawable
glXGetFBConfigAttrib(...)
glXGetFBConfigAttrib( POINTER(Display)(dpy), GLXFBConfig(config), c_int(attribute), POINTER(c_int)(value) ) -> c_int
glXGetFBConfigs(...)
glXGetFBConfigs( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(nelements) ) -> POINTER(GLXFBConfig)
glXGetMemoryOffsetMESA(...)
glXGetMemoryOffsetMESA( POINTER(Display)(dpy), c_int(scrn), POINTER(None)(pointer) ) -> GLuint
glXGetProcAddress(...)
glXGetProcAddress( POINTER(GLubyte)(procname) ) -> POINTER(CFUNCTYPE(None))
glXGetSelectedEvent(...)
glXGetSelectedEvent( POINTER(Display)(dpy), GLXDrawable(drawable), POINTER(c_ulong)(mask) ) -> None
glXGetVisualFromFBConfig(...)
glXGetVisualFromFBConfig( POINTER(Display)(dpy), GLXFBConfig(config) ) -> POINTER(XVisualInfo)
glXIsDirect(...)
glXIsDirect( POINTER(Display)(dpy), GLXContext(ctx) ) -> c_int
glXMakeContextCurrent(...)
glXMakeContextCurrent( POINTER(Display)(dpy), GLXDrawable(draw), GLXDrawable(read), GLXContext(ctx) ) -> c_int
glXMakeCurrent(...)
glXMakeCurrent( POINTER(Display)(dpy), GLXDrawable(drawable), GLXContext(ctx) ) -> c_int
glXQueryContext(...)
glXQueryContext( POINTER(Display)(dpy), GLXContext(ctx), c_int(attribute), POINTER(c_int)(value) ) -> c_int
glXQueryDrawable(...)
glXQueryDrawable( POINTER(Display)(dpy), GLXDrawable(draw), c_int(attribute), POINTER(c_uint)(value) ) -> None
glXQueryExtension(...)
glXQueryExtension( POINTER(Display)(dpy), POINTER(c_int)(errorb), POINTER(c_int)(event) ) -> c_int
glXQueryExtensionsString(...)
glXQueryExtensionsString( POINTER(Display)(dpy), c_int(screen) ) -> c_char_p
glXQueryServerString(...)
glXQueryServerString( POINTER(Display)(dpy), c_int(screen), c_int(name) ) -> c_char_p
glXQueryVersion(...)
glXQueryVersion( POINTER(Display)(dpy), POINTER(c_int)(maj), POINTER(c_int)(min) ) -> c_int
glXSelectEvent(...)
glXSelectEvent( POINTER(Display)(dpy), GLXDrawable(drawable), c_ulong(mask) ) -> None
glXSwapBuffers(...)
glXSwapBuffers( POINTER(Display)(dpy), GLXDrawable(drawable) ) -> None
glXUseXFont(...)
glXUseXFont( Font(font), c_int(first), c_int(count), c_int(list) ) -> None
glXWaitGL(...)
glXWaitGL(  ) -> None
glXWaitX(...)
glXWaitX(  ) -> None
memmove = <CFunctionType object at 0x4022bf9c> memset = <CFunctionType object at 0x835202c>
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
GLX_ACCUM_ALPHA_SIZE = GLX_ACCUM_ALPHA_SIZE
GLX_ACCUM_BLUE_SIZE = GLX_ACCUM_BLUE_SIZE
GLX_ACCUM_BUFFER_BIT = GLX_ACCUM_BUFFER_BIT
GLX_ACCUM_GREEN_SIZE = GLX_ACCUM_GREEN_SIZE
GLX_ACCUM_RED_SIZE = GLX_ACCUM_RED_SIZE
GLX_ALPHA_SIZE = GLX_ALPHA_SIZE
GLX_ARB_render_texture = GLX_ARB_render_texture
GLX_AUX_BUFFERS = GLX_AUX_BUFFERS
GLX_AUX_BUFFERS_BIT = GLX_AUX_BUFFERS_BIT
GLX_BACK_LEFT_BUFFER_BIT = GLX_BACK_LEFT_BUFFER_BIT
GLX_BACK_RIGHT_BUFFER_BIT = GLX_BACK_RIGHT_BUFFER_BIT
GLX_BAD_ATTRIBUTE = GLX_BAD_ATTRIBUTE
GLX_BAD_CONTEXT = GLX_BAD_CONTEXT
GLX_BAD_ENUM = GLX_BAD_ENUM
GLX_BAD_SCREEN = GLX_BAD_SCREEN
GLX_BAD_VALUE = GLX_BAD_VALUE
GLX_BAD_VISUAL = GLX_BAD_VISUAL
GLX_BLUE_SIZE = GLX_BLUE_SIZE
GLX_BUFFER_SIZE = GLX_BUFFER_SIZE
GLX_COLOR_INDEX_BIT = GLX_COLOR_INDEX_BIT
GLX_COLOR_INDEX_TYPE = GLX_COLOR_INDEX_TYPE
GLX_CONFIG_CAVEAT = GLX_CONFIG_CAVEAT
GLX_DAMAGED = GLX_DAMAGED
GLX_DEPTH_BUFFER_BIT = GLX_DEPTH_BUFFER_BIT
GLX_DEPTH_SIZE = GLX_DEPTH_SIZE
GLX_DIRECT_COLOR = GLX_DIRECT_COLOR
GLX_DONT_CARE = GLX_DONT_CARE
GLX_DOUBLEBUFFER = GLX_DOUBLEBUFFER
GLX_DRAWABLE_TYPE = GLX_DRAWABLE_TYPE
GLX_EVENT_MASK = GLX_EVENT_MASK
GLX_EXTENSIONS = GLX_EXTENSIONS
GLX_FBCONFIG_ID = GLX_FBCONFIG_ID
GLX_FRONT_LEFT_BUFFER_BIT = GLX_FRONT_LEFT_BUFFER_BIT
GLX_FRONT_RIGHT_BUFFER_BIT = GLX_FRONT_RIGHT_BUFFER_BIT
GLX_GRAY_SCALE = GLX_GRAY_SCALE
GLX_GREEN_SIZE = GLX_GREEN_SIZE
GLX_HEIGHT = GLX_HEIGHT
GLX_LARGEST_PBUFFER = GLX_LARGEST_PBUFFER
GLX_LEVEL = GLX_LEVEL
GLX_MAX_PBUFFER_HEIGHT = GLX_MAX_PBUFFER_HEIGHT
GLX_MAX_PBUFFER_PIXELS = GLX_MAX_PBUFFER_PIXELS
GLX_MAX_PBUFFER_WIDTH = GLX_MAX_PBUFFER_WIDTH
GLX_MESA_allocate_memory = GLX_MESA_allocate_memory
GLX_MESA_swap_control = GLX_MESA_swap_control
GLX_MESA_swap_frame_usage = GLX_MESA_swap_frame_usage
GLX_NONE = GLX_NONE
GLX_NON_CONFORMANT_CONFIG = GLX_NON_CONFORMANT_CONFIG
GLX_NO_EXTENSION = GLX_NO_EXTENSION
GLX_PBUFFER = GLX_PBUFFER
GLX_PBUFFER_BIT = GLX_PBUFFER_BIT
GLX_PBUFFER_CLOBBER_MASK = GLX_PBUFFER_CLOBBER_MASK
GLX_PBUFFER_HEIGHT = GLX_PBUFFER_HEIGHT
GLX_PBUFFER_WIDTH = GLX_PBUFFER_WIDTH
GLX_PIXMAP_BIT = GLX_PIXMAP_BIT
GLX_PRESERVED_CONTENTS = GLX_PRESERVED_CONTENTS
GLX_PSEUDO_COLOR = GLX_PSEUDO_COLOR
GLX_RED_SIZE = GLX_RED_SIZE
GLX_RENDER_TYPE = GLX_RENDER_TYPE
GLX_RGBA = GLX_RGBA
GLX_RGBA_BIT = GLX_RGBA_BIT
GLX_RGBA_TYPE = GLX_RGBA_TYPE
GLX_SAMPLES = GLX_SAMPLES
GLX_SAMPLE_BUFFERS = GLX_SAMPLE_BUFFERS
GLX_SAVED = GLX_SAVED
GLX_SCREEN = GLX_SCREEN
GLX_SLOW_CONFIG = GLX_SLOW_CONFIG
GLX_STATIC_COLOR = GLX_STATIC_COLOR
GLX_STATIC_GRAY = GLX_STATIC_GRAY
GLX_STENCIL_BUFFER_BIT = GLX_STENCIL_BUFFER_BIT
GLX_STENCIL_SIZE = GLX_STENCIL_SIZE
GLX_STEREO = GLX_STEREO
GLX_TRANSPARENT_ALPHA_VALUE = GLX_TRANSPARENT_ALPHA_VALUE
GLX_TRANSPARENT_BLUE_VALUE = GLX_TRANSPARENT_BLUE_VALUE
GLX_TRANSPARENT_GREEN_VALUE = GLX_TRANSPARENT_GREEN_VALUE
GLX_TRANSPARENT_INDEX = GLX_TRANSPARENT_INDEX
GLX_TRANSPARENT_INDEX_VALUE = GLX_TRANSPARENT_INDEX_VALUE
GLX_TRANSPARENT_RED_VALUE = GLX_TRANSPARENT_RED_VALUE
GLX_TRANSPARENT_RGB = GLX_TRANSPARENT_RGB
GLX_TRANSPARENT_TYPE = GLX_TRANSPARENT_TYPE
GLX_TRUE_COLOR = GLX_TRUE_COLOR
GLX_USE_GL = GLX_USE_GL
GLX_VENDOR = GLX_VENDOR
GLX_VERSION = GLX_VERSION
GLX_VERSION_1_1 = GLX_VERSION_1_1
GLX_VERSION_1_2 = GLX_VERSION_1_2
GLX_VERSION_1_3 = GLX_VERSION_1_3
GLX_VERSION_1_4 = GLX_VERSION_1_4
GLX_VISUAL_ID = GLX_VISUAL_ID
GLX_WIDTH = GLX_WIDTH
GLX_WINDOW = GLX_WINDOW
GLX_WINDOW_BIT = GLX_WINDOW_BIT
GLX_X_RENDERABLE = GLX_X_RENDERABLE
GLX_X_VISUAL_TYPE = GLX_X_VISUAL_TYPE
GLvoid = None
RTLD_GLOBAL = 256
RTLD_LOCAL = 0
__all__ = ['GLX_VERSION_1_1', 'GLX_VERSION_1_2', 'GLX_VERSION_1_3', 'GLX_VERSION_1_4', 'GLX_USE_GL', 'GLX_BUFFER_SIZE', 'GLX_LEVEL', 'GLX_RGBA', 'GLX_DOUBLEBUFFER', 'GLX_STEREO', 'GLX_AUX_BUFFERS', 'GLX_RED_SIZE', 'GLX_GREEN_SIZE', 'GLX_BLUE_SIZE', 'GLX_ALPHA_SIZE', 'GLX_DEPTH_SIZE', 'GLX_STENCIL_SIZE', 'GLX_ACCUM_RED_SIZE', 'GLX_ACCUM_GREEN_SIZE', 'GLX_ACCUM_BLUE_SIZE', ...]
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/_GLX.py'
__name__ = 'OpenGL.raw._GLX'
c_void = None
cdll = <ctypes.LibraryLoader object at 0x835146c>
glXAllocateMemoryNV = <OpenGL.platform.baseplatform.glXAllocateMemoryNV object at 0x852b92c>
glXBeginFrameTrackingMESA = <OpenGL.platform.baseplatform.glXBeginFrameTrackingMESA object at 0x861468c>
glXBindTexImageARB = <OpenGL.platform.baseplatform.glXBindTexImageARB object at 0x861436c>
glXDrawableAttribARB = <OpenGL.platform.baseplatform.glXDrawableAttribARB object at 0x86144ac>
glXEndFrameTrackingMESA = <OpenGL.platform.baseplatform.glXEndFrameTrackingMESA object at 0x861470c>
glXFreeMemoryNV = <OpenGL.platform.baseplatform.glXFreeMemoryNV object at 0x852b98c>
glXGetFrameUsageMESA = <OpenGL.platform.baseplatform.glXGetFrameUsageMESA object at 0x86145ac>
glXGetSwapIntervalMESA = <OpenGL.platform.baseplatform.glXGetSwapIntervalMESA object at 0x86149ec>
glXQueryFrameTrackingMESA = <OpenGL.platform.baseplatform.glXQueryFrameTrackingMESA object at 0x86148cc>
glXReleaseTexImageARB = <OpenGL.platform.baseplatform.glXReleaseTexImageARB object at 0x86143cc>
glXSwapIntervalMESA = <OpenGL.platform.baseplatform.glXSwapIntervalMESA object at 0x861496c>
pydll = <ctypes.LibraryLoader object at 0x835148c>
pythonapi = <PyDLL 'None', handle 4001c668 at 83514ac>