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 | |
|---|---|---|---|
| display | wl_display* |
The Wayland display.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates a WindowSystemInfoWayland structure.
|