summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/glwindow.h
diff options
context:
space:
mode:
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