Implement GIF conversion
This commit is contained in:
@ -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 = {};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user