aboutsummaryrefslogtreecommitdiff
path: root/tests/hiz/hiz-depth-read-fbo-d24s8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hiz/hiz-depth-read-fbo-d24s8.c')
-rw-r--r--tests/hiz/hiz-depth-read-fbo-d24s8.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/hiz/hiz-depth-read-fbo-d24s8.c b/tests/hiz/hiz-depth-read-fbo-d24s8.c
index b3f985b3..8ab92fbf 100644
--- a/tests/hiz/hiz-depth-read-fbo-d24s8.c
+++ b/tests/hiz/hiz-depth-read-fbo-d24s8.c
@@ -33,10 +33,13 @@
#include "piglit-util-gl-common.h"
#include "hiz/hiz-util.h"
-PIGLIT_GL_TEST_MAIN(
- 400 /*window_width*/,
- 400 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 400;
+ config.window_height = 400;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB;
+
+PIGLIT_GL_TEST_CONFIG_END
struct hiz_fbo_options fbo_options = {
GL_RGBA,