SwapChainError

Result of an unsuccessful call to SwapChain.getNextTexture.

Values

ValueMeaning
None0
Timeout2

A timeout was encountered while trying to acquire the next frame.

Outdated3

The underlying surface has changed, and therefore the swap chain must be updated.

Lost4

The swap chain has been lost and needs to be recreated.

OutOfMemory5

There is no more memory left to allocate a new frame.

Meta