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

Data Fields

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

Detailed Description

Definition at line 1015 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCompilationInfoCallbackInfo::nextInChain

Definition at line 1016 of file webgpu.h.

◆ callback

WGPUCompilationInfoCallback WGPUCompilationInfoCallbackInfo::callback

Definition at line 1017 of file webgpu.h.

◆ userdata1

void* WGPUCompilationInfoCallbackInfo::userdata1

Definition at line 1018 of file webgpu.h.

◆ userdata2

void* WGPUCompilationInfoCallbackInfo::userdata2

Definition at line 1019 of file webgpu.h.