コード例 #1
0
 public void InitializeBackgroundContext(IOpenGLContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }
コード例 #2
0
ファイル: Window.cs プロジェクト: ianuub/Ryujinxxx
 public void InitializeBackgroundContext(IGraphicsContext baseContext)
 {
     BackgroundContext = new BackgroundContextWorker(baseContext);
 }