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

Data Fields

WGPUChainedStruct chain
 
void * window
 

Detailed Description

Chained in WGPUSurfaceDescriptor to make an WGPUSurface wrapping an Android ANativeWindow.

Definition at line 1890 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPUSurfaceSourceAndroidNativeWindow::chain

Definition at line 1891 of file webgpu.h.

◆ window

void* WGPUSurfaceSourceAndroidNativeWindow::window

The pointer to the ANativeWindow that will be wrapped by the WGPUSurface.

Definition at line 1895 of file webgpu.h.