Home -> PlatformBindings -> WindowInfoWayland
Declaration
struct WindowInfoWayland : public IFrameBuffer::WindowInfoBase;Description
The WindowInfoWayland structure describes a Wayland surface for framebuffer presentation.
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.
|
|
| surface | wl_surface* |
The Wayland surface.
|
|
| windowSizeInPixels | V2UInt32 |
The drawable window size in pixels.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates a WindowInfoWayland structure.
|