17glXGetCurrentDisplay(
void);
19glXGetCurrentContext(
void);
21glXGetCurrentDrawable(
void);
23glXGetCurrentReadDrawable(
void);
25glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
27glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx);
29typedef void (*GLADapiproc)(void);
30typedef GLADapiproc (*GLADloadfunc)(
const char *name);
32gladLoadGLX(Display *display,
int screen, GLADloadfunc load);
Header defining an XRT graphics provider.