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
Public member display wl_display*
The Wayland display.
Public member surface wl_surface*
The Wayland surface.
Public member windowSizeInPixels V2UInt32
The drawable window size in pixels.

Constructors

Name Description
Public member Constructor
Creates a WindowInfoWayland structure.

See also