Cleaned up ImGuiRenderPass

This commit is contained in:
2015-12-12 18:42:00 +01:00
parent c81a054601
commit 2e321e15a5
2 changed files with 34 additions and 37 deletions
+3 -1
View File
@@ -23,7 +23,7 @@ private:
EventBroker* m_EventBroker;
GLFWwindow* g_Window;
double g_Time = 0.0;
double g_DeltaTime = 0.0;
float g_MouseWheel = 0.f;
GLuint g_FontTexture;
int g_ShaderHandle;
@@ -55,4 +55,6 @@ private:
bool createDeviceObjects();
bool createFontsTexture();
void newFrame();
};