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