add NodeImageTexture for dynamic images, test image thumbnail opening and rendering
This commit is contained in:
@@ -84,8 +84,11 @@ public:
|
||||
void snapshot_restore();
|
||||
void clear_context();
|
||||
void save(std::string data_path);
|
||||
void save_project(std::string data_path);
|
||||
void open_project(std::string data_path);
|
||||
void project_save(std::string data_path);
|
||||
void project_open(std::string data_path);
|
||||
ui::Image thumbnail_generate(int w, int h);
|
||||
ui::Image thumbnail_read(std::string data_path);
|
||||
void preview_generate();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user