From bc95cc7fc0c0cdab362b8e2de3f79d027506c614 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 30 Jan 2026 14:29:35 -0500 Subject: [PATCH] Tag as deprecated. --- Outputs/OpenGL/Primitives/TextureTarget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs/OpenGL/Primitives/TextureTarget.hpp b/Outputs/OpenGL/Primitives/TextureTarget.hpp index 4d501406b..4c076d9f6 100644 --- a/Outputs/OpenGL/Primitives/TextureTarget.hpp +++ b/Outputs/OpenGL/Primitives/TextureTarget.hpp @@ -76,7 +76,7 @@ public: 0.5f being substituted elsewhere. This provides a way to ensure that the sort of persistent low-value errors that can result from an IIR are hidden. */ - void draw(float aspect_ratio, float colour_threshold = 0.0f) const; + [[deprecated]] void draw(float aspect_ratio, float colour_threshold = 0.0f) const; private: API api_{};