Axiom.RenderSystems.OpenGLES.GLESRenderSystem.UnregisterContext C# (CSharp) Method

UnregisterContext() public method

public UnregisterContext ( GLESContext context ) : void
context GLESContext
return void
		public void UnregisterContext( GLESContext context )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem