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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUUncapturedErrorCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1653 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1654 of file webgpu.h.

◆ callback

WGPUUncapturedErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1655 of file webgpu.h.

◆ userdata1

void* WGPUUncapturedErrorCallbackInfo::userdata1

Definition at line 1656 of file webgpu.h.

◆ userdata2

void* WGPUUncapturedErrorCallbackInfo::userdata2

Definition at line 1657 of file webgpu.h.