From 0795e739f96d0be41bbc32d3af163612c27aab88 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 18 Jun 2018 19:05:04 +0100 Subject: [PATCH] Fix python docstring copy-paste error --- renderdoc/api/replay/renderdoc_replay.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renderdoc/api/replay/renderdoc_replay.h b/renderdoc/api/replay/renderdoc_replay.h index b05eead53..889b9f350 100644 --- a/renderdoc/api/replay/renderdoc_replay.h +++ b/renderdoc/api/replay/renderdoc_replay.h @@ -934,10 +934,8 @@ See :meth:`BuildTargetShader`. )"); virtual const SDFile &GetStructuredFile() = 0; - DOCUMENT(R"(Retrieve the list of root-level drawcalls in the capture. - -:return: The list of root-level drawcalls in the capture. -:rtype: ``list`` of :class:`DrawcallDescription` + DOCUMENT(R"(Add fake marker regions to the list of drawcalls in the capture, based on which +textures are bound as outputs. )"); virtual void AddFakeMarkers() = 0;