Texture.readData

This commit is contained in:
MihailRis
2024-01-21 22:29:14 +03:00
parent 6430121cf2
commit 714a49685f
2 changed files with 41 additions and 30 deletions
+2
View File
@@ -18,6 +18,8 @@ public:
void bind();
void reload(ubyte* data);
ImageData* readData();
static Texture* from(const ImageData* image);
};