glXCreatePixmap

create an off-screen rendering area

Signature

glXCreatePixmap( Display * ( dpy ) , GLXFBConfig ( config ) , Pixmap ( pixmap ) , const int * ( attrib_list ) )-> GLXPixmap
glXCreatePixmap( dpy , config , pixmap , attrib_list ) -> <class 'ctypes.c_ulong'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
config
Specifies a GLXFBConfig structure with the desired attributes for the window.
pixmap
Specifies the X pixmap to be used as the rendering area.
attrib_list
Currently unused. This must be set to NULL or be an empty list (i.e., one in which the first element is None ).