Пример #1
0
 public void InitializeBackgroundContext(IOpenGLContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }
Пример #2
0
 public void InitializeBackgroundContext(IGraphicsContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }