aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Drawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Drawable.h')
-rw-r--r--src/libjin/Graphics/Drawable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Drawable.h b/src/libjin/Graphics/Drawable.h
index 95af75e..007a9a1 100644
--- a/src/libjin/Graphics/Drawable.h
+++ b/src/libjin/Graphics/Drawable.h
@@ -63,6 +63,11 @@ namespace jin
///
inline GLuint getTexture() const { return texture; }
+ ///
+ ///
+ ///
+ void setFilter(GLint min, GLint max);
+
protected:
static const int DRAWABLE_V_SIZE = 8;