also check for glsl errors on linking, activation GLSL_DEBUG again (slowdown on shader compilation)

This commit is contained in:
degasus
2013-02-07 12:47:41 +01:00
parent 9987765b1f
commit f079b04a5d
5 changed files with 47 additions and 3 deletions

View File

@ -28,9 +28,6 @@
#include "GLUtil.h"
// this should be removed in future, but as long as glsl is unstable, we should really read this messages
#define DEBUG_GLSL
GLWindow GLWin;
cInterfaceBase *GLInterface;