Anm2 merge and adjustments to render animation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user