WebGPU Headers: WGPUUncapturedErrorCallbackInfo Struct Reference

Loading...

Searching...

No Matches

Data Fields

WGPUUncapturedErrorCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUUncapturedErrorCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1749 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1750 of file webgpu.h.

◆ callback

WGPUUncapturedErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1751 of file webgpu.h.

◆ userdata1

void* WGPUUncapturedErrorCallbackInfo::userdata1

Definition at line 1752 of file webgpu.h.

◆ userdata2

void* WGPUUncapturedErrorCallbackInfo::userdata2

Definition at line 1753 of file webgpu.h.