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
+11
View File
@@ -186,6 +186,17 @@ Marker sections that contain no API calls or drawcalls will be completely remove
This option only applies itself the next time you load a log.
---------------
| ``Hide marker sections with only non-draw API calls`` Default: ``Disabled``
Marker sections that contain only miscellaneous non-draw API calls like queries or state setting will be completely removed. This also applies to the Timeline Bar.
This can be useful if you have markers around occlusion queries or where you have a minor state change, and you don't want them cluttering up the capture.
This option only applies itself the next time you load a log.
---------------
| ``Apply marker colours`` Default: ``Enabled``