summaryrefslogtreecommitdiff
path: root/tests/conform/test-pipeline-shader-state.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/test-pipeline-shader-state.c')
-rw-r--r--tests/conform/test-pipeline-shader-state.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/conform/test-pipeline-shader-state.c b/tests/conform/test-pipeline-shader-state.c
index 5ac7b093..4d1e5f2b 100644
--- a/tests/conform/test-pipeline-shader-state.c
+++ b/tests/conform/test-pipeline-shader-state.c
@@ -22,8 +22,7 @@ test_pipeline_shader_state (void)
-1,
100);
- tex = cogl_texture_2d_new_with_size (test_ctx,
- 128, 128, COGL_PIXEL_FORMAT_ANY);
+ tex = cogl_texture_2d_new_with_size (test_ctx, 128, 128);
offscreen = cogl_offscreen_new_with_texture (tex);
fb = offscreen;
cogl_framebuffer_clear4f (fb, COGL_BUFFER_BIT_COLOR, 0, 0, 0, 1);