renamed to CreateTexture from GetTexture in TextureLoader<>

This commit is contained in:
2023-09-25 19:49:06 +08:00
parent 7d9192051a
commit 65c3d5cad1
6 changed files with 17 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ namespace hgl
~Bitmap2DLoader();
void *OnBegin(uint32 total_bytes) override;
void OnEnd() override {}
bool OnEnd() override {return(false);}
BitmapData *GetBitmap();
};//class Bitmap2DLoader