From 02dd1f38008594048f0e28bad01e7c6d18844198 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 18 Oct 2018 21:15:37 +0800 Subject: =?UTF-8?q?*=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Drawable.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libjin/Graphics/Drawable.h') 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; -- cgit v1.1-26-g67d0