|
Monado OpenXR Runtime
|
GLX API wrapper header. More...
#include "xrt/xrt_gfx_xlib.h"
Go to the source code of this file.
Typedefs | |
| typedef void(* | GLADapiproc) (void) |
| typedef GLADapiproc(* | GLADloadfunc) (const char *name) |
Functions | |
| Display * | glXGetCurrentDisplay (void) |
| GLXContext | glXGetCurrentContext (void) |
| GLXDrawable | glXGetCurrentDrawable (void) |
| GLXDrawable | glXGetCurrentReadDrawable (void) |
| bool | glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) |
| bool | glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx) |
| int | gladLoadGLX (Display *display, int screen, GLADloadfunc load) |
GLX API wrapper header.