Axiom.RenderSystems.OpenGLES.GLESContext.Clone C# (CSharp) 메소드

Clone() 공개 추상적인 메소드

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