Axiom.RenderSystems.OpenGLES.GLESContext.Clone C# (CSharp) Method

Clone() public abstract method

Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
public abstract Clone ( ) : GLESContext
return GLESContext
		public abstract GLESContext Clone();
		/// <summary>