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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUCallbackMode mode
 
WGPUQueueWorkDoneCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1581 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUQueueWorkDoneCallbackInfo::nextInChain

Definition at line 1582 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 1588 of file webgpu.h.

◆ callback

WGPUQueueWorkDoneCallback WGPUQueueWorkDoneCallbackInfo::callback

Definition at line 1589 of file webgpu.h.

◆ userdata1

void* WGPUQueueWorkDoneCallbackInfo::userdata1

Definition at line 1590 of file webgpu.h.

◆ userdata2

void* WGPUQueueWorkDoneCallbackInfo::userdata2

Definition at line 1591 of file webgpu.h.