summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglfunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qopenglfunctions.h')
-rw-r--r--src/gui/opengl/qopenglfunctions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglfunctions.h b/src/gui/opengl/qopenglfunctions.h
index fc55a6b384..9657679bf9 100644
--- a/src/gui/opengl/qopenglfunctions.h
+++ b/src/gui/opengl/qopenglfunctions.h
@@ -217,7 +217,8 @@ public:
CompressedTextures = 0x0200,
Multisample = 0x0400,
StencilSeparate = 0x0800,
- NPOTTextures = 0x1000
+ NPOTTextures = 0x1000,
+ NPOTTextureRepeat = 0x2000
};
Q_DECLARE_FLAGS(OpenGLFeatures, OpenGLFeature)