public void Dispose() { DirectXProfiler.EndEvent(); }
public DirectXProfilerEvent(string name) { DirectXProfiler.BeginEvent(name); }
public DirectXProfilerEvent() { DirectXProfiler.BeginEvent(); }
public DirectXProfilerEvent(System.Drawing.Color color, string name) { DirectXProfiler.BeginEvent(color, name); }