Function XcbGlContext.this

Contruct an OpenGL context for the given display and screen. The window is necessary to make the context current on and loading GL symbols. It can be a dummy window destroyed right initialization.

this (
  void* dpy,
  in const(int) mainScreenNum,
  in const(GlAttribs) attribs,
  in const(ulong) window
);