Update cogl.symbols
...for the following added APIs: cogl_bitmap_new_for_data cogl_framebuffer_read_pixels cogl_framebuffer_draw_multitextured_rectangles cogl_framebuffer_draw_rectangle cogl_framebuffer_draw_rectangles cogl_framebuffer_draw_textured_rectangle cogl_framebuffer_draw_textured_rectangles Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
14edc7ad50
commit
699a0bd74a
@ -53,6 +53,7 @@ cogl_bitmap_get_height
|
||||
cogl_bitmap_get_rowstride
|
||||
cogl_bitmap_get_size_from_file
|
||||
cogl_bitmap_get_width
|
||||
cogl_bitmap_new_for_data
|
||||
cogl_bitmap_new_from_file
|
||||
cogl_bitmap_new_from_buffer
|
||||
cogl_bitmap_new_with_size
|
||||
@ -221,7 +222,12 @@ cogl_framebuffer_clear
|
||||
cogl_framebuffer_discard_buffers
|
||||
cogl_framebuffer_draw_attributes
|
||||
cogl_framebuffer_draw_indexed_attributes
|
||||
cogl_framebuffer_draw_multitextured_rectangles
|
||||
cogl_framebuffer_draw_primitive
|
||||
cogl_framebuffer_draw_rectangle
|
||||
cogl_framebuffer_draw_rectangles
|
||||
cogl_framebuffer_draw_textured_rectangle
|
||||
cogl_framebuffer_draw_textured_rectangles
|
||||
cogl_framebuffer_error_quark
|
||||
cogl_framebuffer_finish
|
||||
cogl_framebuffer_frustum
|
||||
@ -253,6 +259,7 @@ cogl_framebuffer_push_path_clip
|
||||
cogl_framebuffer_push_primitive_clip
|
||||
cogl_framebuffer_push_rectangle_clip
|
||||
cogl_framebuffer_push_scissor_clip
|
||||
cogl_framebuffer_read_pixels
|
||||
cogl_framebuffer_read_pixels_into_bitmap
|
||||
cogl_framebuffer_resolve_samples
|
||||
cogl_framebuffer_resolve_samples_region
|
||||
|
Loading…
Reference in New Issue
Block a user