NAME
glXCreateGLXPixmapWithConfigSGIX - create an off-screen GLX
rendering area
C SPECIFICATION
GLXPixmap glXCreateGLXPixmapWithConfigSGIX( Display *dpy,
GLXFBConfigSGIX config,
Pixmap pixmap )
PARAMETERS
dpy Specifies the connection to the X server.
config Specifies the GLXFBConfigSGIX that defines the
structure of the rendering area.
pixmap Specifies the X pixmap that will be used as the
front left color buffer of the off-screen rendering
area.
DESCRIPTION
glXCreateGLXPixmapWithConfigSGIX creates an off-screen
rendering area and returns its XID.
glXCreateGLXPixmapWithConfigSGIX is identical to
glXCreateGLXPixmap except that the GLXPixmap is created with
color buffers and ancillary buffers as specified by config.
NOTES
GLX_SGIX_fbconfig extension should be supported for this
function to be valid.
ERRORS
BadMatch is generated if the depth of pixmap does not match
the depth value of config, or if pixmap was not created with
respect to the same screen as config.
GLXBadFBConfigSGIX is generated if config is not a valid
GLXFBConfigSGIX, or if it does not support pixmap rendering
then a GLXBadFBConfigSGIX.
BadPixmap is generated if pixmap is not a valid pixmap.
BadAlloc is generated if the server cannot allocate the GLX
pixmap.
SEE ALSO
glXCreateContextWithConfigSGIX, glXCreateGLXPixmap,
glXCreateContextWithConfigSGIX, glXGetFBConfigfrom-
VisualSGIX, glXChooseFBConfigSGIX,
glXGetFBConfigFromVisualSGIX, glXGetFBConfigAttribSGIX
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |