Merge branch 'master' into viewport

# Conflicts:
#	imgui.cpp
This commit is contained in:
omar
2018-06-26 12:41:36 +02:00
10 changed files with 89 additions and 54 deletions

View File

@ -33,7 +33,7 @@
//#include <glew.h>
// OpenGL Data
static char g_GlslVersion[32] = "#version 150";
static char g_GlslVersion[32] = "";
static GLuint g_FontTexture = 0;
static int g_ShaderHandle = 0, g_VertHandle = 0, g_FragHandle = 0;
static int g_AttribLocationTex = 0, g_AttribLocationProjMtx = 0;