Ejemplo n.º 1
0
 public DirectXProfilerEvent(string name)
 {
     DirectXProfiler.BeginEvent(name);
 }
Ejemplo n.º 2
0
 public DirectXProfilerEvent()
 {
     DirectXProfiler.BeginEvent();
 }
Ejemplo n.º 3
0
 public DirectXProfilerEvent(System.Drawing.Color color, string name)
 {
     DirectXProfiler.BeginEvent(color, name);
 }