C SPECIFICATION
void glXDestroyGLXPixmap( Display *dpy,
GLXPixmap pixmap )
PARAMETERS
dpy Specifies the connection to the X server.
pixmap Specifies the GLX pixmap to be destroyed.
DESCRIPTION
If the GLX pixmap pixmap is not current to any client,
glXDestroyGLXPixmap destroys it immediately. Otherwise, pixmap is
destroyed when it becomes not current to any client. In either case,
the resource ID is freed immediately.
ERRORS
GLXBadPixmap is generated if pixmap is not a valid GLX pixmap.
SEE ALSO
glXCreateGLXPixmap, glXDestroyPixmap, glXMakeCurrent
GLXDESTROYGLXPIXMAP(3G)
Man(1) output converted with
man2html