aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/fp-indirections2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/fp-indirections2.c')
-rw-r--r--tests/shaders/fp-indirections2.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/shaders/fp-indirections2.c b/tests/shaders/fp-indirections2.c
index 929809d5..95d9cc5a 100644
--- a/tests/shaders/fp-indirections2.c
+++ b/tests/shaders/fp-indirections2.c
@@ -36,10 +36,13 @@
#define TEXTURE_SIZE 32 /* Note: Hardcoded dependencies in texture_init and texture_follow */
-PIGLIT_GL_TEST_MAIN(
- TEXTURE_SIZE /*window_width*/,
- TEXTURE_SIZE /*window_height*/,
- PIGLIT_GL_VISUAL_RGBA)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = TEXTURE_SIZE;
+ config.window_height = TEXTURE_SIZE;
+ config.window_visual = PIGLIT_GL_VISUAL_RGBA;
+
+PIGLIT_GL_TEST_CONFIG_END
unsigned int max_samples;
unsigned char * texture_data;