Flag determining if view is allowed to recreate internal rendering data structures (YES) or not (NO). The default
value is YES.
Use this flag to temporary lock the updating of the view. You may need to lock it (by setting NO to this
property) when view disappears from screen and unlock it (by setting YES) in it appears back. This kind of
locking helps to avoid troubles related to the updating of invisible OpenGL-based views.
@property (nonatomic, assign) BOOL isUpdatingEnabled