[CCode (cheader_filename = "cogl/cogl.h")]
public static void push_matrix ();
[CCode (cheader_filename = "cogl/cogl.h")]
- public static void read_pixels (int x, int y, int width, int height, Cogl.ReadPixelsFlags source, Cogl.PixelFormat format, uchar pixels);
+ public static void read_pixels (int x, int y, int width, int height, Cogl.ReadPixelsFlags source, Cogl.PixelFormat format, [CCode (array_length = false)] uint8[] pixels);
[CCode (cheader_filename = "cogl/cogl.h")]
public static GLib.Type read_pixels_flags_get_type ();
[CCode (cheader_filename = "cogl/cogl.h")]
cogl_path_polygon.coords is_array="1" no_array_length="1"
cogl_path_polyline.coords is_array="1" no_array_length="1"
+cogl_read_pixels.pixels type_name="uint8[]" no_array_length="1"
+
cogl_vertex_buffer_* hidden="1"
cogl_get_option_group transfer_ownership="1"