Big update

This commit is contained in:
2026-03-07 03:14:10 +03:00
parent f8f69d3b88
commit a998771486
33 changed files with 1788 additions and 577 deletions

View File

@@ -36,6 +36,8 @@ public:
SDL_GLContext GetGLContext() { return m_pGLContext; }
void ToggleShowStats();
private:
glm::mat4 m_viewMatrix;
glm::mat4 m_projectionMatrix;
@@ -46,6 +48,7 @@ private:
GPUBuffer* m_pStretchedPicVBuf;
bool m_usingVAO;
bool m_showStats;
};
extern Render* g_render;