Example #1
0
 /// <summary>
 /// Marks the entire state as dirty, forcing a full host state update before the next draw.
 /// </summary>
 public void ForceStateDirty()
 {
     _stateUpdater.SetAllDirty();
 }
Example #2
0
 /// <summary>
 /// Marks the entire state as dirty, forcing a full host state update before the next draw.
 /// </summary>
 public void ForceStateDirty()
 {
     _drawManager.ForceStateDirty();
     _stateUpdater.SetAllDirty();
 }