aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-orangebook-ch06-bump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-orangebook-ch06-bump.c')
-rw-r--r--tests/shaders/glsl-orangebook-ch06-bump.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/shaders/glsl-orangebook-ch06-bump.c b/tests/shaders/glsl-orangebook-ch06-bump.c
index 260a480d..2d201b93 100644
--- a/tests/shaders/glsl-orangebook-ch06-bump.c
+++ b/tests/shaders/glsl-orangebook-ch06-bump.c
@@ -33,10 +33,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 100 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 100;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static int bump_density_location, bump_size_location;
static int specular_factor_location, surface_color_location;