WebGPU Headers: WGPUCompilationInfoCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUCallbackMode mode
 
WGPUCompilationInfoCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1557 of file webgpu.h.

Field Documentation

◆ nextInChain

◆ mode

Controls when the callback may be called.

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

Definition at line 1564 of file webgpu.h.

◆ callback

◆ userdata1

void* WGPUCompilationInfoCallbackInfo::userdata1

◆ userdata2

void* WGPUCompilationInfoCallbackInfo::userdata2