Module unix

Source
Expand description

Backends specific to Unix-like systems, particularly Linux.

Modules§

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