aboutsummaryrefslogtreecommitdiff
path: root/tests/glmark2/src/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glmark2/src/scene.h')
-rw-r--r--tests/glmark2/src/scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glmark2/src/scene.h b/tests/glmark2/src/scene.h
index e543bf57..3930928d 100644
--- a/tests/glmark2/src/scene.h
+++ b/tests/glmark2/src/scene.h
@@ -293,6 +293,7 @@ public:
~SceneSimpleTriangle();
protected:
+ Scene::ValidationResult testResult;
Program program_;
Mesh mesh_;
GLuint texture_;