Commit f242587c authored by Laszlo Agocs's avatar Laszlo Agocs Committed by Andy Nichols
Browse files

Make qwindow-compositor build on systems without ext textures


Change-Id: I47d7f7d2cb589df8087c23eda60137e7b263f11f
Reviewed-by: default avatarAndy Nichols <andy.nichols@theqtcompany.com>
parent 955ac0d0
No related merge requests found
Showing with 4 additions and 0 deletions
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
#include <QtGui/QOpenGLContext> #include <QtGui/QOpenGLContext>
#include <QtGui/QOpenGLFunctions> #include <QtGui/QOpenGLFunctions>
#ifndef GL_TEXTURE_EXTERNAL_OES
#define GL_TEXTURE_EXTERNAL_OES 0x8D65
#endif
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
TextureBlitter::TextureBlitter() TextureBlitter::TextureBlitter()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment