glutin::api

Module glx

Source
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.

Structs§

  • GLX interface.

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.