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