Expand description
GLX platform Api.
Modules§
- config
- Everything related to finding and manipulating the
GLXFBConfig
. - context
- Everything related to
GLXContext
. - display
- GLX object creation.
- surface
- Everything related to the GLXWindow.
Structs§
- Glx
- GLX interface.
Type Aliases§
- Xlib
Error Hook Registrar - 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.