Esempio n. 1
0
 public TeslaProcessorContext(TargetPlatform platform, GraphicsProfile profile)
 {
     _platform = platform;
     _profile  = profile;
     _params   = new OpaqueDataDictionary();
     _logger   = new TeslaContentLogger();
 }
Esempio n. 2
0
 public TeslaProcessorContext()
 {
     _platform = TargetPlatform.Windows;
     _profile  = GraphicsProfile.HiDef;
     _params   = new OpaqueDataDictionary();
     _logger   = new TeslaContentLogger();
 }