aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c')
-rw-r--r--tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c b/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
index 975a7317..0216a09e 100644
--- a/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
+++ b/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
@@ -69,10 +69,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 100 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 100;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static const GLenum formatTypes[] = {
GL_RGBA,