diff --git a/qrenderdoc/Windows/EventBrowser.cpp b/qrenderdoc/Windows/EventBrowser.cpp index 0d46c8059..7f54c2386 100644 --- a/qrenderdoc/Windows/EventBrowser.cpp +++ b/qrenderdoc/Windows/EventBrowser.cpp @@ -4079,8 +4079,8 @@ You can also require matches, which overrides any optional matches:
+Draw +Indexed -Instanced
-which will match only events which match Draw and match Indexed but don't match
-Instanced. In this case adding a term with no + or - prefix will be ignored,
+which will match only events which match Draw and match Indexed but don't
+match Instanced. In this case adding a term with no + or - prefix will be ignored,
since an event will be excluded if it doesn't match all the +required terms
anyway.
+Draw +(Indexed Instanced) -Indirect
-Would match only events matching Draw which also match at least one of Indexed
-or Instanced but not Indirect.
+Would match only events matching Draw which also match at least one of
+Indexed or Instanced but not Indirect.