Beispiel #1
0
 public void InitializeBackgroundContext(IOpenGLContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }
Beispiel #2
0
 public void InitializeBackgroundContext(IGraphicsContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }