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

Data Fields

uint64_t id
 

Detailed Description

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

Definition at line 1164 of file webgpu.h.

Field Documentation

◆ id

uint64_t WGPUFuture::id

Opaque id of the WGPUFuture

Definition at line 1168 of file webgpu.h.