Wrecked the last commit. Async loading works now.
This commit is contained in:
@@ -11,7 +11,10 @@ class Texture : public BaseTexture
|
||||
|
||||
private:
|
||||
Texture(std::string path);
|
||||
virtual void GlCommands() override;
|
||||
|
||||
GLint m_Format;
|
||||
Image* m_Image;
|
||||
public:
|
||||
~Texture();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user