WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUUncapturedErrorCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUUncapturedErrorCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1555 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1556 of file webgpu.h.

◆ callback

WGPUUncapturedErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1557 of file webgpu.h.

◆ userdata1

void* WGPUUncapturedErrorCallbackInfo::userdata1

Definition at line 1558 of file webgpu.h.

◆ userdata2

void* WGPUUncapturedErrorCallbackInfo::userdata2

Definition at line 1559 of file webgpu.h.