WGPUSurfaceGetCurrentTextureStatus

Entries

Link copied to clipboard
Link copied to clipboard

Yay! Everything is good and we can render this frame.

Link copied to clipboard

Still OK - the surface can present the frame, but in a suboptimal way. The surface may need reconfiguration.

Link copied to clipboard

Some operation timed out while trying to acquire the frame.

Link copied to clipboard

The surface is too different to be used, compared to when it was originally created.

Link copied to clipboard

The connection to whatever owns the surface was lost, or generally needs to be fully reinitialized.

Link copied to clipboard

There was some deterministic error (for example, the surface is not configured, or there was an OutStructChainError). Should produce ImplementationDefinedLogging containing details.

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.