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

Data Fields

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

Detailed Description

Definition at line 998 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBufferMapCallbackInfo::nextInChain

Definition at line 999 of file webgpu.h.

◆ callback

WGPUBufferMapCallback WGPUBufferMapCallbackInfo::callback

Definition at line 1000 of file webgpu.h.

◆ userdata1

void* WGPUBufferMapCallbackInfo::userdata1

Definition at line 1001 of file webgpu.h.

◆ userdata2

void* WGPUBufferMapCallbackInfo::userdata2

Definition at line 1002 of file webgpu.h.