mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Apply colours (optionally) to event browser and timeline bar. Refs #270
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user