LayerRenderer.State.invalidated
A state that indicates the layer no longer supports drawing operations.
Declaration
case invalidatedMentioned 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.