WGPUSurface Get Current Texture Status
The status enum for wgpuSurfaceGetCurrentTexture.
Entries
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
There was some deterministic error (for example, the surface is not configured, or there was an OutStructChainError). Should produce ImplementationDefinedLogging containing details.
Properties
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.