Axiom.RenderSystems.OpenGL.GLContext.Clone C# (CSharp) 메소드

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

Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
The caller is responsible for deleting the returned context.
public abstract Clone ( ) : GLContext
리턴 GLContext
		public abstract GLContext Clone();