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

Data Fields

WGPUChainedStructnextInChain
 
WGPUCallbackMode mode
 
WGPUPopErrorScopeCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1459 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUPopErrorScopeCallbackInfo::nextInChain

Definition at line 1460 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUPopErrorScopeCallbackInfo::mode

Controls when the callback may be called.

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

Definition at line 1466 of file webgpu.h.

◆ callback

WGPUPopErrorScopeCallback WGPUPopErrorScopeCallbackInfo::callback

Definition at line 1467 of file webgpu.h.

◆ userdata1

void* WGPUPopErrorScopeCallbackInfo::userdata1

Definition at line 1468 of file webgpu.h.

◆ userdata2

void* WGPUPopErrorScopeCallbackInfo::userdata2

Definition at line 1469 of file webgpu.h.