]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/texture.hxx
Comment out GLX code for MacOS and (hopefully) add some MacOS AGL compattible code...
[simgear.git] / simgear / screen / texture.hxx
index bfcb078189d541062a51a2c36a92dbff2ee892e8..00265336a8f7bb3a541738f3d6299ff7686131d4 100644 (file)
@@ -140,10 +140,12 @@ public:
     inline const char *err_str() { return errstr; }
     inline void clear_err_str() { errstr = ""; }
 
+    void make_maxcolorwindow();
     void make_grayscale(float contrast = 1.0);
     void make_monochrome(float contrast = 1.0,
                          GLubyte r=255, GLubyte g=255, GLubyte b=255);
     void make_normalmap(float brightness = 1.0, float contrast = 1.0);
+    void make_bumpmap(float brightness = 1.0, float contrast = 1.0);
 };
 
 #endif