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

Data Fields

WGPUFuture future
 
WGPUBool completed
 

Detailed Description

Struct holding a future to wait on, and a completed boolean flag.

Definition at line 1628 of file webgpu.h.

Field Documentation

◆ future

WGPUFuture WGPUFutureWaitInfo::future

The future to wait on.

Definition at line 1632 of file webgpu.h.

◆ completed

WGPUBool WGPUFutureWaitInfo::completed

Whether or not the future completed.

Definition at line 1636 of file webgpu.h.