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

Data Fields

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

Detailed Description

Definition at line 1054 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURequestDeviceCallbackInfo::nextInChain

Definition at line 1055 of file webgpu.h.

◆ callback

WGPURequestDeviceCallback WGPURequestDeviceCallbackInfo::callback

Definition at line 1056 of file webgpu.h.

◆ userdata1

void* WGPURequestDeviceCallbackInfo::userdata1

Definition at line 1057 of file webgpu.h.

◆ userdata2

void* WGPURequestDeviceCallbackInfo::userdata2

Definition at line 1058 of file webgpu.h.