Home -> PlatformBindings -> WindowSystemInfoXCB

Declaration

struct WindowSystemInfoXCB : public IRenderer::WindowSystemInfoBase;

Description

The WindowSystemInfoXCB structure identifies the XCB window system and supplies the XCB connection used during renderer initialization.

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.

Constructors

Name Description
Public member Constructor
Creates a WindowSystemInfoXCB structure.

See also