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

EndCurrent() public method

public EndCurrent ( ) : void
return void
		public override void EndCurrent()
		{
			Wgl.wglMakeCurrent( IntPtr.Zero, IntPtr.Zero );
		}