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 | |
|---|---|---|---|
| connection | xcb_connection_t* |
The XCB connection.
|
|
| window | xcb_window_t |
The XCB window.
|
|
| windowSizeInPixels | V2UInt32 |
The drawable window size in pixels.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates a WindowInfoXCB structure.
|