Missed a file change from the previous commit.

This commit is contained in:
Richard Khoury
2017-12-15 08:22:59 +11:00
committed by Baldur Karlsson
parent 61b227580d
commit a1c8d1d256
-3
View File
@@ -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.