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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUErrorCallback callback
 
void * userdata
 

Detailed Description

Definition at line 1197 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1198 of file webgpu.h.

◆ callback

WGPUErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1199 of file webgpu.h.

◆ userdata

void* WGPUUncapturedErrorCallbackInfo::userdata

Definition at line 1200 of file webgpu.h.