fix opengl transform translate (again), update shell btns, tweak lv2-blacklist, Makef...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctexture.h
index 1ac9f0840e0c420f3e99fb2fbc74a51a02c59cc8..b91f8d3ad3ded9c70c9d9ce804be5783d004ce78 100644 (file)
@@ -53,7 +53,7 @@ public:
 // and the commands are run in the right sequence to
 // initialize it to our preferred specifications.
 // The texture unit initialization requires the texture to be bound.
 // and the commands are run in the right sequence to
 // initialize it to our preferred specifications.
 // The texture unit initialization requires the texture to be bound.
-       void bind(int texture_unit = -1);
+       void bind(int texture_unit, int nearest=0);
 
 // Calculate the power of 2 size for allocating textures
        static int calculate_texture_size(int w, int *max = 0);
 
 // Calculate the power of 2 size for allocating textures
        static int calculate_texture_size(int w, int *max = 0);