Axiom.RenderSystems.OpenGLES.IPhone.IPhoneContext.Dispose C# (CSharp) Метод

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

public Dispose ( ) : void
Результат void
		public override void Dispose()
		{
			if ( Root.Instance != null && Root.Instance.RenderSystem != null )
			{
				GLESRenderSystem rendersystem = (GLESRenderSystem)Root.Instance.RenderSystem;
				//Javax.Microedition.Khronos.Egl.EGLContext.EGL11.EglDestroyContext( _eglDisplay, _context );
				rendersystem.UnregisterContext( this );
			}

		}