WGPUFutureWaitInfo

value class WGPUFutureWaitInfo(val $mem: MemorySegment)

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

Constructors

Link copied to clipboard
constructor(gc: Boolean)
constructor($mem: MemorySegment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val $mem: MemorySegment
Link copied to clipboard
var completed: <Error class: unknown class>

Whether or not the future completed.

Link copied to clipboard

The future to wait on.