glXDestroyGLXPixmap

destroy a GLX pixmap

Signature

glXDestroyGLXPixmap( Display * ( dpy ) , GLXPixmap ( pix ) )-> void
glXDestroyGLXPixmap( dpy , pixmap )

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
pix
Specifies the GLX pixmap to be destroyed.