Axiom.RenderSystems.OpenGL.GLContext.EndCurrent C# (CSharp) Метод

EndCurrent() публичный Метод

This is called before another context is made current. By default, nothing is done here.
public EndCurrent ( ) : void
Результат void
		public virtual void EndCurrent()
		{
		}