Add Imgui, Add TextureManager

From 1.1k texture loads to 5
This commit is contained in:
Bram Verhulst
2024-03-18 12:22:56 +01:00
parent 05f46b7eba
commit 39c744ba79
33 changed files with 59230 additions and 378 deletions

View File

@@ -20,6 +20,8 @@ public:
float GetHeight() const;
bool IsCreationOk( ) const;
static int m_TextureCounter;
private:
//DATA MEMBERS
GLuint m_Id;
@@ -35,3 +37,4 @@ private:
SDL_Surface * STBImageLoad( const std::string& path );
void DrawFilledRect(const Rectf& dstRect) const;
};