opengles renderer: added CHECK_GL_ERROR defie for gl debugging

This commit add CHECK_GL_ERROR define to decoders/renderer which enables various
glGetError() calls. Also changed emugen to add glGetError() after every dispatch call (based on
defintion of CHECK_GL_ERROR). Also cleaned some annoying printf's.
This commit is contained in:
Stas Gurtovoy
2011-06-28 12:04:56 +03:00
committed by Guy Zadickario
parent 3034c35701
commit 170eb97393
7 changed files with 48 additions and 6 deletions

View File

@@ -22,6 +22,7 @@
#include "GL2Dispatch.h"
#include <stdio.h>
#include <string.h>
#include "GLErrorLog.h"
WindowSurface::WindowSurface() :
m_fbObj(0),