Add an option to hide any markers with only "API Calls" but no draws.

This commit is contained in:
baldurk
2017-01-09 18:15:45 +00:00
parent 029ffec6e6
commit ac47036368
12 changed files with 123 additions and 23 deletions
+1
View File
@@ -263,6 +263,7 @@ namespace renderdocui.Code
public TimeUnit EventBrowser_TimeUnit = TimeUnit.Microseconds;
public bool EventBrowser_HideEmpty = false;
public bool EventBrowser_HideAPICalls = false;
public bool EventBrowser_ApplyColours = true;
public bool EventBrowser_ColourEventRow = true;