Undo + Recording
This commit is contained in:
@@ -14,3 +14,4 @@ void texture_gl_set(Texture* self, void* data);
|
||||
bool texture_from_path_init(Texture* self, const char* path);
|
||||
bool texture_from_data_init(Texture* self, const u8* data, u32 length);
|
||||
void texture_free(Texture* self);
|
||||
bool texture_from_data_write(const char* path, const u8* data, s32 width, s32 height);
|
Reference in New Issue
Block a user