Axiom.RenderSystems.OpenGLES.GLESContext.EndCurrent C# (CSharp) Method

EndCurrent() public abstract method

This is called before another context is made current. By default, nothing is done here.
public abstract EndCurrent ( ) : void
return void
		public abstract void EndCurrent();
		/// <summary>