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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUDeviceLostCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1026 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUDeviceLostCallbackInfo::nextInChain

Definition at line 1027 of file webgpu.h.

◆ callback

WGPUDeviceLostCallback WGPUDeviceLostCallbackInfo::callback

Definition at line 1028 of file webgpu.h.

◆ userdata1

void* WGPUDeviceLostCallbackInfo::userdata1

Definition at line 1029 of file webgpu.h.

◆ userdata2

void* WGPUDeviceLostCallbackInfo::userdata2

Definition at line 1030 of file webgpu.h.