Available on
glx_backend
only.Expand description
GLX platform Api.
Modules§
- Everything related to finding and manipulating the
GLXFBConfig
. - Everything related to
GLXContext
. - GLX object creation.
- Everything related to the GLXWindow.
Type Aliases§
- When using Xlib we need to get errors from it somehow, however creating inner
XDisplay
to handle that or change the error hook is unsafe in multithreaded applications, given that error hook is per process and not connection.