From a1c8d1d256a30f0dbe5c69252ee269e5d710bbed Mon Sep 17 00:00:00 2001 From: Richard Khoury Date: Fri, 15 Dec 2017 08:22:59 +1100 Subject: [PATCH] Missed a file change from the previous commit. --- renderdoc/api/replay/renderdoc_replay.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/renderdoc/api/replay/renderdoc_replay.h b/renderdoc/api/replay/renderdoc_replay.h index 007d9eebd..67d667b99 100644 --- a/renderdoc/api/replay/renderdoc_replay.h +++ b/renderdoc/api/replay/renderdoc_replay.h @@ -529,9 +529,6 @@ Should only be called for texture outputs. )"); virtual ResourceId GetDebugOverlayTexID() = 0; - DOCUMENT(R"(Retrieves the :class:`TextureDisplay` associated with this output)"); - virtual const TextureDisplay &GetTextureDisplay() = 0; - DOCUMENT(R"(Retrieve the contents of a particular pixel in a texture. Should only be called for texture outputs.