glXDestroyContext

destroy a GLX context

Signature

glXDestroyContext( Display * ( dpy ) , GLXContext ( ctx ) )-> void
glXDestroyContext( dpy , ctx )

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
ctx
Specifies the GLX context to be destroyed.