Implement GIF conversion

This commit is contained in:
2025-09-27 19:43:27 +08:00
parent fcb7c6be8d
commit d92f477390
14 changed files with 1545 additions and 128 deletions

View File

@ -5,6 +5,7 @@
#ifndef TEX_H
#define TEX_H
#include "TexFrameInfoContainer.h"
#include "TexImageContainer.h"
@ -21,7 +22,7 @@ namespace PKG
bool IsGif = false;
bool IsVideoTexture = false;
// std::optional<TexFrameInfoContainer> FrameInfoContainer = {};
TexFrameInfoContainer FrameInfoContainer = {};
};
}