aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgcontext.cpp')
-rw-r--r--src/quick/scenegraph/qsgcontext.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp
index dd6977e42e..836b043c39 100644
--- a/src/quick/scenegraph/qsgcontext.cpp
+++ b/src/quick/scenegraph/qsgcontext.cpp
@@ -634,6 +634,11 @@ void QSGRenderContext::initialize(QOpenGLContext *context)
m_brokenIBOs = true;
#endif
+#ifdef Q_OS_NACL
+ // Standard path fails with "glBindBuffer: buffer bound to more than 1 target"
+ m_brokenIBOs = true;
+#endif
+
emit initialized();
}