Exemplo n.º 1
0
 public void InitializeBackgroundContext(IOpenGLContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }
Exemplo n.º 2
0
 public void InitializeBackgroundContext(IGraphicsContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }