Module surfman::platform::unix

source ·
Expand description

Backends specific to Unix-like systems, particularly Linux.

Modules

  • The default backend for Unix, which dynamically switches between Wayland, X11 and surfaceless.
  • The Mesa “surfaceless” backend, which only supports off-screen surfaces and cannot directly display surfaces on a screen.
  • Bindings to Wayland via the Linux GBM interface.
  • Bindings to EGL via Xlib.