Axiom.RenderSystems.OpenGLES.GLESRenderSystem.UnregisterContext C# (CSharp) Méthode

UnregisterContext() public méthode

public UnregisterContext ( GLESContext context ) : void
context GLESContext
Résultat void
		public void UnregisterContext( GLESContext context )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem