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

Data Fields

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

Detailed Description

Definition at line 1374 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCreateRenderPipelineAsyncCallbackInfo::nextInChain

Definition at line 1375 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUCreateRenderPipelineAsyncCallbackInfo::mode

Definition at line 1376 of file webgpu.h.

◆ callback

WGPUCreateRenderPipelineAsyncCallback WGPUCreateRenderPipelineAsyncCallbackInfo::callback

Definition at line 1377 of file webgpu.h.

◆ userdata1

void* WGPUCreateRenderPipelineAsyncCallbackInfo::userdata1

Definition at line 1378 of file webgpu.h.

◆ userdata2

void* WGPUCreateRenderPipelineAsyncCallbackInfo::userdata2

Definition at line 1379 of file webgpu.h.