コード例 #1
0
ファイル: compositor_context.cs プロジェクト: JC-ut0/CubeGame
 public CompositorContext()
 {
     this._rasterCache = new RasterCache();
     this._frameTime   = new Stopwatch();
 }
コード例 #2
0
 public CompositorContext()
 {
     this._rasterCache = new RasterCache();
 }