aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/texture.h')
-rw-r--r--backends/platform/android/texture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h
index 9b41627893..1fe18bfd72 100644
--- a/backends/platform/android/texture.h
+++ b/backends/platform/android/texture.h
@@ -51,6 +51,8 @@ public:
void reinit();
void initSize();
+ void setLinearFilter(bool value);
+
virtual void allocBuffer(GLuint w, GLuint h);
virtual void updateBuffer(GLuint x, GLuint y, GLuint width, GLuint height,
@@ -152,6 +154,7 @@ protected:
GLenum _glFormat;
GLenum _glType;
+ GLint _glFilter;
GLuint _texture_name;
Graphics::Surface _surface;