Apply colours (optionally) to event browser and timeline bar. Refs #270

This commit is contained in:
baldurk
2016-05-27 19:44:25 +02:00
parent a85d11643b
commit 1978bc2409
3 changed files with 49 additions and 5 deletions
+3
View File
@@ -105,6 +105,9 @@ namespace renderdocui.Code
public TimeUnit EventBrowser_TimeUnit = TimeUnit.Microseconds;
public bool EventBrowser_HideEmpty = false;
public bool EventBrowser_ApplyColours = true;
public bool EventBrowser_ColourEventRow = true;
public int Formatter_MinFigures = 2;
public int Formatter_MaxFigures = 5;
public int Formatter_NegExp = 5;