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

Data Fields

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

Detailed Description

Definition at line 1057 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURequestAdapterCallbackInfo::nextInChain

Definition at line 1058 of file webgpu.h.

◆ callback

WGPURequestAdapterCallback WGPURequestAdapterCallbackInfo::callback

Definition at line 1059 of file webgpu.h.

◆ userdata1

void* WGPURequestAdapterCallbackInfo::userdata1

Definition at line 1060 of file webgpu.h.

◆ userdata2

void* WGPURequestAdapterCallbackInfo::userdata2

Definition at line 1061 of file webgpu.h.