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 1488 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUUncapturedErrorCallbackInfo::nextInChain

Definition at line 1489 of file webgpu.h.

◆ callback

WGPUUncapturedErrorCallback WGPUUncapturedErrorCallbackInfo::callback

Definition at line 1490 of file webgpu.h.

◆ userdata1

void* WGPUUncapturedErrorCallbackInfo::userdata1

Definition at line 1491 of file webgpu.h.

◆ userdata2

void* WGPUUncapturedErrorCallbackInfo::userdata2

Definition at line 1492 of file webgpu.h.