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.