Axiom.RenderSystems.OpenGLES.IPhone.IPhoneContext.SetCurrent C# (CSharp) Method

SetCurrent() public method

public SetCurrent ( ) : void
return void
		public override void SetCurrent()
		{			
			//bool ret = EGLCONTEXT.EGL11.EglMakeCurrent(
			//    _eglDisplay, _drawable, _drawable, _context );
			//if ( !ret )
			//{
			//    throw new AxiomException( "Fail to make context current" );
			//}

		}