Home -> PlatformBindings -> WindowSystemInfoWayland

Declaration

struct WindowSystemInfoWayland : public IRenderer::WindowSystemInfoBase;

Description

The WindowSystemInfoWayland structure identifies the Wayland window system and supplies the display used during renderer initialization.

Availability: Linux or compatible Wayland platforms when COBALT_RENDERER_WAYLAND_SUPPORT is enabled. This is automatically enabled on Linux unless platform binding selection is manual.

Members

Name Type Description
Public member display wl_display*
The Wayland display.

Constructors

Name Description
Public member Constructor
Creates a WindowSystemInfoWayland structure.

See also