WGPUWaitStatus

Status returned from a call to ::wgpuInstanceWaitAny.

Entries

Link copied to clipboard
Link copied to clipboard

At least one WGPUFuture completed successfully.

Link copied to clipboard

No WGPUFutures completed within the timeout.

Link copied to clipboard

A Timed-Wait was performed when WGPUInstanceFeatures::timedWaitAnyEnable is false.

Link copied to clipboard

The number of futures waited on in a Timed-Wait is greater than the supported WGPUInstanceFeatures::timedWaitAnyMaxCount.

Link copied to clipboard

An invalid wait was performed with Mixed-Sources.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.