aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/tex3d-npot.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/tex3d-npot.c')
-rw-r--r--tests/texturing/tex3d-npot.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/texturing/tex3d-npot.c b/tests/texturing/tex3d-npot.c
index 392b2c55..aab1ba2c 100644
--- a/tests/texturing/tex3d-npot.c
+++ b/tests/texturing/tex3d-npot.c
@@ -28,10 +28,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 128 /*window_width*/,
- 128 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 128;
+ config.window_height = 128;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA;
+
+PIGLIT_GL_TEST_CONFIG_END
static GLuint Texture;