Add Tex unloader

This commit is contained in:
2022-07-19 14:22:52 +02:00
parent 54cce27a34
commit 86166f87eb
2 changed files with 13 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ namespace RenderD7
class Image
{
public:
~Image();
void Unload();
/// Load Image from Png
/// \param path path to png file
void LoadPng(const std::string path);