Glx.GetSelectedEvent
- GLXFBConfig* GetFBConfigs(Display* dpy, int screen, int* nelements)
- GLXFBConfig* ChooseFBConfig(Display* dpy, int screen, const(int)* attrib_list, int* nelements)
- int GetFBConfigAttrib(Display* dpy, GLXFBConfig config, int attribute, int* value)
- XVisualInfo* GetVisualFromFBConfig(Display* dpy, GLXFBConfig config)
- GLXWindow CreateWindow(Display* dpy, GLXFBConfig config, Window win, const(int)* attrib_list)
- void DestroyWindow(Display* dpy, GLXWindow win)
- GLXPixmap CreatePixmap(Display* dpy, GLXFBConfig config, Pixmap pixmap, const(int)* attrib_list)
- void DestroyPixmap(Display* dpy, GLXPixmap pixmap)
- GLXPbuffer CreatePbuffer(Display* dpy, GLXFBConfig config, const(int)* attrib_list)
- void DestroyPbuffer(Display* dpy, GLXPbuffer pbuf)
- void QueryDrawable(Display* dpy, GLXDrawable draw, int attribute, uint* value)
- GLXContext CreateNewContext(Display* dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
- Bool MakeContextCurrent(Display* dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
- GLXDrawable GetCurrentReadDrawable()
- int QueryContext(Display* dpy, GLXContext ctx, int attribute, int* value)
- void SelectEvent(Display* dpy, GLXDrawable draw, c_ulong event_mask)
- void GetSelectedEvent(Display* dpy, GLXDrawable draw, c_ulong* event_mask)
class Glx
const
void
GetSelectedEvent
gfx bindings opengl glx Glx
constructorsfunctions
Commands for GLX_VERSION_1_3