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