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();