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

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

 
Modules
       
OpenGL.constant
OpenGL.platform
ctypes.util

 
Classes
       
Structure(_ctypes._CData)
struct__GLYPHMETRICSFLOAT
struct__GLYPHMETRICSFLOAT
struct__POINTFLOAT
struct__POINTFLOAT
struct__WGLSWAP
struct__WGLSWAP
struct_tagLAYERPLANEDESCRIPTOR
struct_tagLAYERPLANEDESCRIPTOR
struct_tagRECT
struct_tagRECT

 
GLYPHMETRICSFLOAT = class struct__GLYPHMETRICSFLOAT(Structure)
    
Method resolution order:
struct__GLYPHMETRICSFLOAT
Structure
_ctypes._CData
object

Data descriptors defined here:
gmfBlackBoxX
Structure/Union member
gmfBlackBoxY
Structure/Union member
gmfCellIncX
Structure/Union member
gmfCellIncY
Structure/Union member
gmfptGlyphOrigin
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)

 
LAYERPLANEDESCRIPTOR = class struct_tagLAYERPLANEDESCRIPTOR(Structure)
    
Method resolution order:
struct_tagLAYERPLANEDESCRIPTOR
Structure
_ctypes._CData
object

Data descriptors defined here:
bReserved
Structure/Union member
cAccumAlphaBits
Structure/Union member
cAccumBits
Structure/Union member
cAccumBlueBits
Structure/Union member
cAccumGreenBits
Structure/Union member
cAccumRedBits
Structure/Union member
cAlphaBits
Structure/Union member
cAlphaShift
Structure/Union member
cAuxBuffers
Structure/Union member
cBlueBits
Structure/Union member
cBlueShift
Structure/Union member
cColorBits
Structure/Union member
cDepthBits
Structure/Union member
cGreenBits
Structure/Union member
cGreenShift
Structure/Union member
cRedBits
Structure/Union member
cRedShift
Structure/Union member
cStencilBits
Structure/Union member
crTransparent
Structure/Union member
dwFlags
Structure/Union member
iLayerPlane
Structure/Union member
iPixelType
Structure/Union member
nSize
Structure/Union member
nVersion
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)

 
POINTFLOAT = class struct__POINTFLOAT(Structure)
    
Method resolution order:
struct__POINTFLOAT
Structure
_ctypes._CData
object

Data descriptors defined here:
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)

 
RECT = class struct_tagRECT(Structure)
    
Method resolution order:
struct_tagRECT
Structure
_ctypes._CData
object

Data descriptors defined here:
bottom
Structure/Union member
left
Structure/Union member
right
Structure/Union member
top
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)

 
WGLSWAP = class struct__WGLSWAP(Structure)
    
Method resolution order:
struct__WGLSWAP
Structure
_ctypes._CData
object

Data descriptors defined here:
hdc
Structure/Union member
uiFlags
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__GLYPHMETRICSFLOAT(Structure)
    
Method resolution order:
struct__GLYPHMETRICSFLOAT
Structure
_ctypes._CData
object

Data descriptors defined here:
gmfBlackBoxX
Structure/Union member
gmfBlackBoxY
Structure/Union member
gmfCellIncX
Structure/Union member
gmfCellIncY
Structure/Union member
gmfptGlyphOrigin
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__POINTFLOAT(Structure)
    
Method resolution order:
struct__POINTFLOAT
Structure
_ctypes._CData
object

Data descriptors defined here:
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__WGLSWAP(Structure)
    
Method resolution order:
struct__WGLSWAP
Structure
_ctypes._CData
object

Data descriptors defined here:
hdc
Structure/Union member
uiFlags
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_tagLAYERPLANEDESCRIPTOR(Structure)
    
Method resolution order:
struct_tagLAYERPLANEDESCRIPTOR
Structure
_ctypes._CData
object

Data descriptors defined here:
bReserved
Structure/Union member
cAccumAlphaBits
Structure/Union member
cAccumBits
Structure/Union member
cAccumBlueBits
Structure/Union member
cAccumGreenBits
Structure/Union member
cAccumRedBits
Structure/Union member
cAlphaBits
Structure/Union member
cAlphaShift
Structure/Union member
cAuxBuffers
Structure/Union member
cBlueBits
Structure/Union member
cBlueShift
Structure/Union member
cColorBits
Structure/Union member
cDepthBits
Structure/Union member
cGreenBits
Structure/Union member
cGreenShift
Structure/Union member
cRedBits
Structure/Union member
cRedShift
Structure/Union member
cStencilBits
Structure/Union member
crTransparent
Structure/Union member
dwFlags
Structure/Union member
iLayerPlane
Structure/Union member
iPixelType
Structure/Union member
nSize
Structure/Union member
nVersion
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_tagRECT(Structure)
    
Method resolution order:
struct_tagRECT
Structure
_ctypes._CData
object

Data descriptors defined here:
bottom
Structure/Union member
left
Structure/Union member
right
Structure/Union member
top
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
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
        CONST = CONST
DEFAULT_MODE = 0
GLvoid = None
LPD_DOUBLEBUFFER = LPD_DOUBLEBUFFER
LPD_SHARE_ACCUM = LPD_SHARE_ACCUM
LPD_SHARE_DEPTH = LPD_SHARE_DEPTH
LPD_SHARE_STENCIL = LPD_SHARE_STENCIL
LPD_STEREO = LPD_STEREO
LPD_SUPPORT_GDI = LPD_SUPPORT_GDI
LPD_SUPPORT_OPENGL = LPD_SUPPORT_OPENGL
LPD_SWAP_COPY = LPD_SWAP_COPY
LPD_SWAP_EXCHANGE = LPD_SWAP_EXCHANGE
LPD_TRANSPARENT = LPD_TRANSPARENT
LPD_TYPE_COLORINDEX = LPD_TYPE_COLORINDEX
LPD_TYPE_RGBA = LPD_TYPE_RGBA
RTLD_GLOBAL = 256
RTLD_LOCAL = 0
SwapBuffers = <OpenGL.platform.baseplatform.SwapBuffers object at 0x85a238c>
VOID = None
WGL_FONT_LINES = WGL_FONT_LINES
WGL_FONT_POLYGONS = WGL_FONT_POLYGONS
WGL_SWAPMULTIPLE_MAX = WGL_SWAPMULTIPLE_MAX
WGL_SWAP_MAIN_PLANE = WGL_SWAP_MAIN_PLANE
WGL_SWAP_OVERLAY1 = WGL_SWAP_OVERLAY1
WGL_SWAP_OVERLAY10 = WGL_SWAP_OVERLAY10
WGL_SWAP_OVERLAY11 = WGL_SWAP_OVERLAY11
WGL_SWAP_OVERLAY12 = WGL_SWAP_OVERLAY12
WGL_SWAP_OVERLAY13 = WGL_SWAP_OVERLAY13
WGL_SWAP_OVERLAY14 = WGL_SWAP_OVERLAY14
WGL_SWAP_OVERLAY15 = WGL_SWAP_OVERLAY15
WGL_SWAP_OVERLAY2 = WGL_SWAP_OVERLAY2
WGL_SWAP_OVERLAY3 = WGL_SWAP_OVERLAY3
WGL_SWAP_OVERLAY4 = WGL_SWAP_OVERLAY4
WGL_SWAP_OVERLAY5 = WGL_SWAP_OVERLAY5
WGL_SWAP_OVERLAY6 = WGL_SWAP_OVERLAY6
WGL_SWAP_OVERLAY7 = WGL_SWAP_OVERLAY7
WGL_SWAP_OVERLAY8 = WGL_SWAP_OVERLAY8
WGL_SWAP_OVERLAY9 = WGL_SWAP_OVERLAY9
WGL_SWAP_UNDERLAY1 = WGL_SWAP_UNDERLAY1
WGL_SWAP_UNDERLAY10 = WGL_SWAP_UNDERLAY10
WGL_SWAP_UNDERLAY11 = WGL_SWAP_UNDERLAY11
WGL_SWAP_UNDERLAY12 = WGL_SWAP_UNDERLAY12
WGL_SWAP_UNDERLAY13 = WGL_SWAP_UNDERLAY13
WGL_SWAP_UNDERLAY14 = WGL_SWAP_UNDERLAY14
WGL_SWAP_UNDERLAY15 = WGL_SWAP_UNDERLAY15
WGL_SWAP_UNDERLAY2 = WGL_SWAP_UNDERLAY2
WGL_SWAP_UNDERLAY3 = WGL_SWAP_UNDERLAY3
WGL_SWAP_UNDERLAY4 = WGL_SWAP_UNDERLAY4
WGL_SWAP_UNDERLAY5 = WGL_SWAP_UNDERLAY5
WGL_SWAP_UNDERLAY6 = WGL_SWAP_UNDERLAY6
WGL_SWAP_UNDERLAY7 = WGL_SWAP_UNDERLAY7
WGL_SWAP_UNDERLAY8 = WGL_SWAP_UNDERLAY8
WGL_SWAP_UNDERLAY9 = WGL_SWAP_UNDERLAY9
__all__ = ['CONST', 'GLenum', 'GLboolean', 'GLbitfield', 'GLbyte', 'GLshort', 'GLint', 'GLsizei', 'GLubyte', 'GLushort', 'GLuint', 'GLfloat', 'GLclampf', 'GLdouble', 'GLclampd', 'GLvoid', 'INT8', 'PINT8', 'INT16', 'PINT16', ...]
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/_WGL.py'
__name__ = 'OpenGL.raw._WGL'
c_void = None
cdll = <ctypes.LibraryLoader object at 0x835146c>
pydll = <ctypes.LibraryLoader object at 0x835148c>
pythonapi = <PyDLL 'None', handle 4001c668 at 83514ac>
wglCopyContext = <OpenGL.platform.baseplatform.wglCopyContext object at 0x85a2acc>
wglCreateContext = <OpenGL.platform.baseplatform.wglCreateContext object at 0x85a2bcc>
wglCreateLayerContext = <OpenGL.platform.baseplatform.wglCreateLayerContext object at 0x85a2cac>
wglDeleteContext = <OpenGL.platform.baseplatform.wglDeleteContext object at 0x85a2d0c>
wglDescribeLayerPlane = <OpenGL.platform.baseplatform.wglDescribeLayerPlane object at 0x855d4cc>
wglGetCurrentContext = <OpenGL.platform.baseplatform.wglGetCurrentContext object at 0x85a2d4c>
wglGetCurrentDC = <OpenGL.platform.baseplatform.wglGetCurrentDC object at 0x85a2dac>
wglGetLayerPaletteEntries = <OpenGL.platform.baseplatform.wglGetLayerPaletteEntries object at 0x855d6cc>
wglGetProcAddress = <OpenGL.platform.baseplatform.wglGetProcAddress object at 0x85a2f0c>
wglMakeCurrent = <OpenGL.platform.baseplatform.wglMakeCurrent object at 0x85a2fec>
wglRealizeLayerPalette = <OpenGL.platform.baseplatform.wglRealizeLayerPalette object at 0x855d7ac>
wglSetLayerPaletteEntries = <OpenGL.platform.baseplatform.wglSetLayerPaletteEntries object at 0x855d2cc>
wglShareLists = <OpenGL.platform.baseplatform.wglShareLists object at 0x85a21ec>
wglSwapLayerBuffers = <OpenGL.platform.baseplatform.wglSwapLayerBuffers object at 0x855d88c>
wglSwapMultipleBuffers = <OpenGL.platform.baseplatform.wglSwapMultipleBuffers object at 0x855d9ec>
wglUseFontBitmapsA = <OpenGL.platform.baseplatform.wglUseFontBitmapsA object at 0x85a22ec>
wglUseFontBitmapsW = <OpenGL.platform.baseplatform.wglUseFontBitmapsW object at 0x85a234c>
wglUseFontOutlinesA = <OpenGL.platform.baseplatform.wglUseFontOutlinesA object at 0x855d2ac>
wglUseFontOutlinesW = <OpenGL.platform.baseplatform.wglUseFontOutlinesW object at 0x855d30c>