timeline refactor, bit broken rn

This commit is contained in:
2025-11-09 10:35:21 -05:00
parent 1e35910b0a
commit e2799b1e58
41 changed files with 2034 additions and 1374 deletions

View File

@@ -26,8 +26,8 @@ namespace anm2ed::resource
size_t pixel_size_get();
void upload();
void upload(const uint8_t*);
Texture();
Texture();
~Texture();
Texture(const Texture&);
Texture(Texture&&);