Contents

LayerRenderer.State.invalidated

A state that indicates the layer no longer supports drawing operations.

Declaration

case invalidated

Mentioned in

Discussion

A layer enters this state shortly before the system releases its resources. When the layer enters this state, exit your rendering loop and release any drawing-related structures.

See Also

Getting the states