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

Data Fields

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

Detailed Description

Definition at line 1485 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCreateComputePipelineAsyncCallbackInfo::nextInChain

Definition at line 1486 of file webgpu.h.

◆ mode

WGPUCallbackMode WGPUCreateComputePipelineAsyncCallbackInfo::mode

Controls when the callback may be called.

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

Definition at line 1492 of file webgpu.h.

◆ callback

WGPUCreateComputePipelineAsyncCallback WGPUCreateComputePipelineAsyncCallbackInfo::callback

Definition at line 1493 of file webgpu.h.

◆ userdata1

void* WGPUCreateComputePipelineAsyncCallbackInfo::userdata1

Definition at line 1494 of file webgpu.h.

◆ userdata2

void* WGPUCreateComputePipelineAsyncCallbackInfo::userdata2

Definition at line 1495 of file webgpu.h.