#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.
Referenced by add_mock_texture_to_registrar(), mark_texture_frame_available(), TEST(), and unregister_texture().