Signature
glXCreatePixmap(
Display * (
dpy
)
,
GLXFBConfig (
config
)
,
Pixmap (
pixmap
)
,
const int * (
attrib_list
)
)-> GLXPixmap
Parameters
Variables | Description |
---|---|
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
).
|