示例#1
0
 public CompositorContext()
 {
     this._rasterCache = new RasterCache();
     this._frameTime   = new Stopwatch();
 }
示例#2
0
 public CompositorContext()
 {
     this._rasterCache = new RasterCache();
 }