Ejemplo n.º 1
0
 /// <summary>
 /// Pops and restores current render state.
 /// </summary>
 public void Restore()
 {
     stateStack.Restore();
 }