aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_copy_buffer/copy_buffer_coherency.c')
-rw-r--r--tests/spec/arb_copy_buffer/copy_buffer_coherency.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/spec/arb_copy_buffer/copy_buffer_coherency.c b/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
index e219e29e..75b943d1 100644
--- a/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
+++ b/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
@@ -31,10 +31,13 @@
uint8_t src_data[COPY_BUFFER_SIZE];
uint8_t dest_data[COPY_BUFFER_SIZE];
-PIGLIT_GL_TEST_MAIN(
- 400 /*window_width*/,
- 300 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 400;
+ config.window_height = 300;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
piglit_display(void)