Exemplo n.º 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();
 }
Exemplo n.º 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();
 }