]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / resources.h
index 0b37449978761e4e963889623e0af15c0a848b03..6f04a26088b1a4d0768185440d1c1ef98ad9b850 100644 (file)
@@ -35,9 +35,9 @@ public:
 
        /** Enables or disables sRGB conversion.  If enabled, textures and material
        colors are converted from sRGB to linear color space when loaded. */
-       void set_srgb_conversion(bool);
+       DEPRECATED void set_srgb_conversion(bool);
 
-       bool get_srgb_conversion() const { return srgb_conversion; }
+       DEPRECATED bool get_srgb_conversion() const { return srgb_conversion; }
 
        void set_resource_manager(ResourceManager *);