optimized codes of Texture Loader

This commit is contained in:
2022-01-05 11:26:24 +08:00
parent 89d27962b2
commit 7c575e6e37
10 changed files with 136 additions and 125 deletions

View File

@@ -17,7 +17,7 @@ namespace hgl
public:
using Texture2DLoader::Texture2DLoader;
Bitmap2DLoader():Texture2DLoader(){}
~Bitmap2DLoader();
void *OnBegin(uint32 total_bytes) override;