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

Data Fields

WGPUChainedStructnextInChain
 
WGPUUncapturedErrorCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1740 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1741 of file webgpu.h.

◆ callback

WGPUUncapturedErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1742 of file webgpu.h.

◆ userdata1

void* WGPUUncapturedErrorCallbackInfo::userdata1

Definition at line 1743 of file webgpu.h.

◆ userdata2

void* WGPUUncapturedErrorCallbackInfo::userdata2

Definition at line 1744 of file webgpu.h.