WebGPU Headers: WGPUFuture Struct Reference

Loading...

Searching...

No Matches

Data Fields

WGPUFuture Struct Reference

Data Fields

uint64_t id
 

Detailed Description

Opaque handle to an asynchronous operation. See Asynchronous Operations for more information.

Default values can be set using WGPU_FUTURE_INIT as initializer.

Definition at line 2233 of file webgpu.h.

Field Documentation

◆ id

uint64_t WGPUFuture::id

Opaque id of the WGPUFuture

The INIT macro sets this to 0.

Definition at line 2239 of file webgpu.h.