WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUCreateRenderPipelineAsyncCallbackInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUCallbackMode mode
 
WGPUCreateRenderPipelineAsyncCallback callback
 
void * userdata1
 
void * userdata2
 

Detailed Description

Definition at line 1411 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUCreateRenderPipelineAsyncCallbackInfo::nextInChain

Definition at line 1412 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUCreateRenderPipelineAsyncCallbackInfo::mode

Controls when the callback may be called.

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

Definition at line 1418 of file webgpu.h.

◆ callback

WGPUCreateRenderPipelineAsyncCallback WGPUCreateRenderPipelineAsyncCallbackInfo::callback

Definition at line 1419 of file webgpu.h.

◆ userdata1

void* WGPUCreateRenderPipelineAsyncCallbackInfo::userdata1

Definition at line 1420 of file webgpu.h.

◆ userdata2

void* WGPUCreateRenderPipelineAsyncCallbackInfo::userdata2

Definition at line 1421 of file webgpu.h.