WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUQueueWorkDoneCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUCallbackMode mode
 
WGPUQueueWorkDoneCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1483 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQueueWorkDoneCallbackInfo::nextInChain

Definition at line 1484 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUQueueWorkDoneCallbackInfo::mode

Controls when the callback may be called.

Has no default. The INIT macro sets this to (WGPUCallbackMode)0.

Definition at line 1490 of file webgpu.h.

◆ callback

WGPUQueueWorkDoneCallback WGPUQueueWorkDoneCallbackInfo::callback

Definition at line 1491 of file webgpu.h.

◆ userdata1

void* WGPUQueueWorkDoneCallbackInfo::userdata1

Definition at line 1492 of file webgpu.h.

◆ userdata2

void* WGPUQueueWorkDoneCallbackInfo::userdata2

Definition at line 1493 of file webgpu.h.