From c4207fbd5b4b344f30b53b5c62de3d516e77be87 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 17 Nov 2017 17:52:21 +0000 Subject: [PATCH] Add a missing enum docstring --- qrenderdoc/Code/Interface/QRDInterface.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qrenderdoc/Code/Interface/QRDInterface.h b/qrenderdoc/Code/Interface/QRDInterface.h index 6a0fe1363..4f6423438 100644 --- a/qrenderdoc/Code/Interface/QRDInterface.h +++ b/qrenderdoc/Code/Interface/QRDInterface.h @@ -910,6 +910,10 @@ This is a bitmask, so several values can be present at once. .. data:: Notes The general notes field has been changed. + +.. data:: All + + Fixed value with all bits set, indication all modifications have been made. )"); enum class CaptureModifications : uint32_t {