#include <glib-object.h>#include <gmodule.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | _FlTextureInterface |
Functions | |
| int64_t | fl_texture_get_id (FlTexture *texture) |
| int64_t fl_texture_get_id | ( | FlTexture * | texture | ) |
fl_texture_get_id: @texture: a #FlTexture.
Get the ID for this texture, which can be passed to Flutter code to refer to this texture.
Returns: a texture ID.
Definition at line 20 of file fl_texture.cc.
References self.
Referenced by add_mock_texture_to_registrar(), lookup_texture(), mark_texture_frame_available(), mark_texture_frame_available(), TEST(), TEST(), and unregister_texture().