WebGPU Headers: WGPUPopErrorScopeCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUCallbackMode mode
 
WGPUPopErrorScopeCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1653 of file webgpu.h.

Field Documentation

◆ nextInChain

◆ mode

Controls when the callback may be called.

Has no default. The INIT macro sets this to (WGPUCallbackMode)0.

Definition at line 1660 of file webgpu.h.

◆ callback

◆ userdata1

void* WGPUPopErrorScopeCallbackInfo::userdata1

◆ userdata2

void* WGPUPopErrorScopeCallbackInfo::userdata2