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

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCompilationInfoCallbackInfo::nextInChain

Definition at line 1337 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUCompilationInfoCallbackInfo::mode

Definition at line 1338 of file webgpu.h.

◆ callback

WGPUCompilationInfoCallback WGPUCompilationInfoCallbackInfo::callback

Definition at line 1339 of file webgpu.h.

◆ userdata1

void* WGPUCompilationInfoCallbackInfo::userdata1

Definition at line 1340 of file webgpu.h.

◆ userdata2

void* WGPUCompilationInfoCallbackInfo::userdata2

Definition at line 1341 of file webgpu.h.