glXDestroyPixmap

destroy an off-screen rendering area

Signature

glXDestroyPixmap( Display * ( dpy ) , GLXPixmap ( pixmap ) )-> void
glXDestroyPixmap( dpy , pixmap )

Parameters

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