summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/defines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/defines.hpp')
-rw-r--r--src/mbgl/gl/defines.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mbgl/gl/defines.hpp b/src/mbgl/gl/defines.hpp
index 75325dfb75..1d9177d069 100644
--- a/src/mbgl/gl/defines.hpp
+++ b/src/mbgl/gl/defines.hpp
@@ -93,6 +93,7 @@
#define GL_LESS 0x0201
#define GL_LINEAR 0x2601
#define GL_LINEAR_MIPMAP_NEAREST 0x2701
+#define GL_LINEAR_MIPMAP_LINEAR 0x2703
#define GL_LINE_LOOP 0x0002
#define GL_LINES 0x0001
#define GL_LINE_STRIP 0x0003
@@ -102,6 +103,7 @@
#define GL_MAX_VERTEX_ATTRIBS 0x8869
#define GL_NEAREST 0x2600
#define GL_NEAREST_MIPMAP_NEAREST 0x2700
+#define GL_NEAREST_MIPMAP_LINEAR 0x2702
#define GL_NEVER 0x0200
#define GL_NO_ERROR 0
#define GL_NOTEQUAL 0x0205
@@ -161,7 +163,7 @@
#define GL_VERTEX_SHADER 0x8B31
#define GL_VIEWPORT 0x0BA2
#define GL_ZERO 0
-
+#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#ifdef MBGL_USE_GLES2
#define GL_HALF_FLOAT 0x8D61
#else
@@ -176,4 +178,4 @@
#define GL_RGBA8 0x8058
#define GL_ZOOM_X 0x0D16
#define GL_ZOOM_Y 0x0D17
-#endif \ No newline at end of file
+#endif