Home -> WindowInfoWayland -> Constructor

Description

The WindowInfoWayland constructor creates a platform binding structure and initializes the inherited structureSizeInBytes and type discriminator fields.

Usage

WindowInfoWayland(wl_display* display, wl_surface* surface, const V2UInt32& windowSizeInPixels);

Argument list

display [wl_display*]
The Wayland display.
surface [wl_surface*]
The Wayland surface to bind.
windowSizeInPixels [const V2UInt32&]
The current drawable window size in pixels.

See also