1GLXDESTROYGLXPIXMAP(3G)          OpenGL Manual         GLXDESTROYGLXPIXMAP(3G)
2
3
4

NAME

6       glXDestroyGLXPixmap - destroy a GLX pixmap
7

C SPECIFICATION

9       void glXDestroyGLXPixmap(Display * dpy, GLXPixmap pix);
10

PARAMETERS

12       dpy
13           Specifies the connection to the X server.
14
15       pix
16           Specifies the GLX pixmap to be destroyed.
17

DESCRIPTION

19       If the GLX pixmap pix is not current to any client, glXDestroyGLXPixmap
20       destroys it immediately. Otherwise, pix is destroyed when it becomes
21       not current to any client. In either case, the resource ID is freed
22       immediately.
23

ERRORS

25       GLXBadPixmap is generated if pix is not a valid GLX pixmap.
26

SEE ALSO

28       glXCreateGLXPixmap(), glXDestroyPixmap(), glXMakeCurrent()
29
31       Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
32       under the SGI Free Software B License. For details, see
33       http://oss.sgi.com/projects/FreeB/.
34

AUTHORS

36       opengl.org
37
38
39
40opengl.org                        06/10/2014           GLXDESTROYGLXPIXMAP(3G)
Impressum