From cad267eb41ae7cbc7a642d0d1c3b5f2ce6993982 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 1 Jul 2021 14:47:15 +0100 Subject: [PATCH] Fix broken tags in event browser filter documentation --- qrenderdoc/Windows/EventBrowser.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

@@ -4092,8 +4092,8 @@ More complex expressions can be built with nesting:
  +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.