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

SetCurrent() public method

public SetCurrent ( ) : void
return void
		public override void SetCurrent()
		{
			Wgl.wglMakeCurrent( _hDeviceContext, _hRenderingContext );
		}