aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.30/execution/vertexid-drawelements.c')
-rw-r--r--tests/spec/glsl-1.30/execution/vertexid-drawelements.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/spec/glsl-1.30/execution/vertexid-drawelements.c b/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
index ea82e02c..883ee33a 100644
--- a/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
+++ b/tests/spec/glsl-1.30/execution/vertexid-drawelements.c
@@ -29,10 +29,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 70 /*window_width*/,
- 30 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 70;
+ config.window_height = 30;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static const char vs_text[] =
"#version 130\n"