mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Add an option to hide any markers with only "API Calls" but no draws.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user