summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/glwindow.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-02-25 20:31:15 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-03-08 09:19:39 +0000
commit40ace7a2a0f5cf1e3f097500240b17a2b9cabf2d (patch)
treebd9d115ef967dd5edc32fb53678832d999f665fb /examples/opengl/computegles31/glwindow.h
parent535b142393063b8f9504cb3c2eb716bcfddbbeee (diff)
Fix computegles31 example
This patch fixes the example that contained problems showing up with mesa/nouveau drivers. Change-Id: Ic90f6028e394138781f00bcc00c145c56134f441 Reviewed-by: Gunnar Sletta <gunnar@crimson.no>
Diffstat (limited to 'examples/opengl/computegles31/glwindow.h')
-rw-r--r--examples/opengl/computegles31/glwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/computegles31/glwindow.h b/examples/opengl/computegles31/glwindow.h
index a1a429d7c7..877f7b732e 100644
--- a/examples/opengl/computegles31/glwindow.h
+++ b/examples/opengl/computegles31/glwindow.h
@@ -104,6 +104,7 @@ private:
int m_blurRadius;
bool m_animate;
+ QOpenGLVertexArrayObject *m_vao;
};
#endif