Go to the source code of this file.
Functions | |
| G_BEGIN_DECLS GtkWidget * | fl_gl_area_new (GdkGLContext *context) |
| void | fl_gl_area_queue_render (FlGLArea *area, GPtrArray *textures) |
| G_BEGIN_DECLS GtkWidget* fl_gl_area_new | ( | GdkGLContext * | context | ) |
FlGLArea:
#FlGLArea is a OpenGL drawing area that shows Flutter backing store Layer. fl_gl_area_new: @context: an #GdkGLContext.
Creates a new #FlGLArea widget.
Returns: the newly created #FlGLArea widget.
Definition at line 121 of file fl_gl_area.cc.
Referenced by fl_view_set_textures().
| void fl_gl_area_queue_render | ( | FlGLArea * | area, |
| GPtrArray * | textures | ||
| ) |
fl_gl_area_queue_render: @area: an #FlGLArea. @textures: (transfer none) (element-type FlBackingStoreProvider): a list of #FlBackingStoreProvider.
Queues textures to be drawn later.
Definition at line 129 of file fl_gl_area.cc.
References self.
Referenced by fl_view_set_textures().