WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUSurfaceSourceXCBWindow Struct Reference

Data Fields

WGPUChainedStruct chain
 
void * connection
 
uint32_t window
 

Detailed Description

Chained in WGPUSurfaceDescriptor to make an WGPUSurface wrapping an XCB xcb_window_t.

Definition at line 1943 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPUSurfaceSourceXCBWindow::chain

Definition at line 1944 of file webgpu.h.

◆ connection

void* WGPUSurfaceSourceXCBWindow::connection

The xcb_connection_t for the connection to the X server.

Definition at line 1948 of file webgpu.h.

◆ window

uint32_t WGPUSurfaceSourceXCBWindow::window

The xcb_window_t for the window that will be wrapped by the WGPUSurface.

Definition at line 1952 of file webgpu.h.