Esempio n. 1
0
 public void Dispose()
 {
     DirectXProfiler.EndEvent();
 }
Esempio n. 2
0
 public DirectXProfilerEvent(string name)
 {
     DirectXProfiler.BeginEvent(name);
 }
Esempio n. 3
0
 public DirectXProfilerEvent()
 {
     DirectXProfiler.BeginEvent();
 }
Esempio n. 4
0
 public DirectXProfilerEvent(System.Drawing.Color color, string name)
 {
     DirectXProfiler.BeginEvent(color, name);
 }