Data Fields | |
| WGPUFuture | future |
| WGPUBool | completed |
Struct holding a future to wait on, and a completed boolean flag.
Default values can be set using WGPU_FUTURE_WAIT_INFO_INIT as initializer.
| WGPUFuture WGPUFutureWaitInfo::future |
The future to wait on.
The INIT macro sets this to WGPU_FUTURE_INIT.