Axiom.RenderSystems.OpenGL.GLContext.Clone C# (CSharp) Méthode

Clone() public abstract méthode

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
Résultat GLContext
		public abstract GLContext Clone();