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

Data Fields

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

Detailed Description

Definition at line 1437 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBufferMapCallbackInfo::nextInChain

Definition at line 1438 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUBufferMapCallbackInfo::mode

Controls when the callback may be called.

Has no default. The INIT macro sets this to (WGPUCallbackMode)0.

Definition at line 1444 of file webgpu.h.

◆ callback

WGPUBufferMapCallback WGPUBufferMapCallbackInfo::callback

Definition at line 1445 of file webgpu.h.

◆ userdata1

void* WGPUBufferMapCallbackInfo::userdata1

Definition at line 1446 of file webgpu.h.

◆ userdata2

void* WGPUBufferMapCallbackInfo::userdata2

Definition at line 1447 of file webgpu.h.