Home -> PlatformBindings -> WindowInfoXCB

Declaration

struct WindowInfoXCB : public IFrameBuffer::WindowInfoBase;

Description

The WindowInfoXCB structure describes an XCB window for framebuffer presentation.

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

Members

Name Type Description
Public member connection xcb_connection_t*
The XCB connection.
Public member window xcb_window_t
The XCB window.
Public member windowSizeInPixels V2UInt32
The drawable window size in pixels.

Constructors

Name Description
Public member Constructor
Creates a WindowInfoXCB structure.

See also