Axiom.RenderSystems.OpenGL.GLContext.EndCurrent C# (CSharp) Method

EndCurrent() public method

This is called before another context is made current. By default, nothing is done here.
public EndCurrent ( ) : void
return void
		public virtual void EndCurrent()
		{
		}