/// <summary> /// Resets current render state to default values. Does not affect the render state stack. /// </summary> public void Reset() { stateStack.Reset(); }