glXDestroyGLXPbufferSGIX(3G) OpenGL Reference - GLX
glXDestroyGLXPbufferSGIX - destroy a GLX pixel buffer
void glXDestroyGLXPbufferSGIX( Display *dpy,
GLXPbufferSGIX pbuf )
dpy Specifies the connection to the X server.
pbuf Specifies the GLX pixel buffer to be destroyed.
If pbuf is not current to any client, glXDestroyGLXPbufferSGIX destroys
it immediately. Otherwise, pbuf is destroyed when it becomes not current
to any client. In either case, the resource ID is freed immediately.
glXDestroyGLXPbufferSGIX is part of the SGIX_pbuffer extension.
A GLXBadPbufferSGIX error is generated if pbuf is not a valid GLX pixel
buffer.
MACHINE DEPENDENCIES
The SGIX_pbuffer extension is supported only on RealityEngine,
RealityEngine2, and VTX systems, on InfiniteReality systems, on High
Impact and Maximum Impact systems, and on O2 systems.
glXCreateGLXPbufferSGIX, glXMakeCurrent
PPPPaaaaggggeeee 1111 [ Back ]
|