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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUCallbackMode mode
 
WGPUPopErrorScopeCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1412 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUPopErrorScopeCallbackInfo::nextInChain

Definition at line 1413 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUPopErrorScopeCallbackInfo::mode

Definition at line 1414 of file webgpu.h.

◆ callback

WGPUPopErrorScopeCallback WGPUPopErrorScopeCallbackInfo::callback

Definition at line 1415 of file webgpu.h.

◆ userdata1

void* WGPUPopErrorScopeCallbackInfo::userdata1

Definition at line 1416 of file webgpu.h.

◆ userdata2

void* WGPUPopErrorScopeCallbackInfo::userdata2

Definition at line 1417 of file webgpu.h.