From d0782c6bcbf41a11a65dd987c9e3a804b5e51157 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 5 Feb 2019 19:24:18 +0000 Subject: [PATCH] Potential fix for documentation build --- renderdoc/api/replay/vk_pipestate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdoc/api/replay/vk_pipestate.h b/renderdoc/api/replay/vk_pipestate.h index e289de5cc..02b998b24 100644 --- a/renderdoc/api/replay/vk_pipestate.h +++ b/renderdoc/api/replay/vk_pipestate.h @@ -643,6 +643,7 @@ and a fragment in none of them is discarded. .. note: A ``True`` value and an empty list of :data:`discardRectangles` means the test is effectively disabled, since with no rectangles no fragment can be inside one. + )"); bool discardRectanglesExclusive = true; };