summaryrefslogtreecommitdiff
path: root/examples/cogl-gles2-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cogl-gles2-context.c')
-rw-r--r--examples/cogl-gles2-context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/cogl-gles2-context.c b/examples/cogl-gles2-context.c
index 2b383a8c..da52423b 100644
--- a/examples/cogl-gles2-context.c
+++ b/examples/cogl-gles2-context.c
@@ -98,8 +98,7 @@ main (int argc, char **argv)
data.offscreen_texture =
cogl_texture_2d_new_with_size (data.ctx,
OFFSCREEN_WIDTH,
- OFFSCREEN_HEIGHT,
- COGL_PIXEL_FORMAT_ANY);
+ OFFSCREEN_HEIGHT);
data.offscreen = cogl_offscreen_new_with_texture (data.offscreen_texture);
data.gles2_ctx = cogl_gles2_context_new (data.ctx, &error);