#include "flutter/shell/platform/embedder/embedder.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_texture.h"
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS void | fl_texture_set_id (FlTexture *texture, int64_t id) |
G_BEGIN_DECLS void fl_texture_set_id | ( | FlTexture * | texture, |
int64_t | id | ||
) |
fl_texture_set_id: @texture: an #FlTexture. @id: a texture ID.
Set the ID for a texture.
Definition at line 15 of file fl_texture.cc.
Referenced by register_texture(), and TEST().