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

Data Fields

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

Detailed Description

Definition at line 1461 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCompilationInfoCallbackInfo::nextInChain

Definition at line 1462 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUCompilationInfoCallbackInfo::mode

Controls when the callback may be called.

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

Definition at line 1468 of file webgpu.h.

◆ callback

WGPUCompilationInfoCallback WGPUCompilationInfoCallbackInfo::callback

Definition at line 1469 of file webgpu.h.

◆ userdata1

void* WGPUCompilationInfoCallbackInfo::userdata1

Definition at line 1470 of file webgpu.h.

◆ userdata2

void* WGPUCompilationInfoCallbackInfo::userdata2

Definition at line 1471 of file webgpu.h.