• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

src/render/header/Error.h

Go to the documentation of this file.
00001 
00003 void glPrintError(const char* file, const long line);
00004 
00005 #ifdef _DEBUG
00006 #define CHECK_GL_ERROR glPrintError(__FILE__, __LINE__);
00007 #else
00008 #define CHECK_GL_ERROR
00009 #endif

Generated on Fri Jun 18 2010 17:48:39 for Cannonball by  doxygen 1.7.0