Axiom.RenderSystems.OpenGLES.GLESRenderSystem.UnregisterContext C# (CSharp) 메소드

UnregisterContext() 공개 메소드

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