Anm2 merge and adjustments to render animation

This commit is contained in:
2025-11-13 01:19:25 -05:00
parent e4cb0056a0
commit bb6b68311b
5 changed files with 351 additions and 266 deletions

View File

@@ -46,6 +46,11 @@ namespace anm2ed
GLuint texture{};
glm::vec2 previousSize{};
glm::vec2 size{};
mutable GLint previousSrcRGB{};
mutable GLint previousDstRGB{};
mutable GLint previousSrcAlpha{};
mutable GLint previousDstAlpha{};
mutable bool previousBlendStored{};
Canvas();
Canvas(glm::vec2);