public void InitializeBackgroundContext(IOpenGLContext baseContext) { BackgroundContext = new BackgroundContextWorker(baseContext); }
public void InitializeBackgroundContext(IGraphicsContext baseContext) { BackgroundContext = new BackgroundContextWorker(baseContext); }