Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

errutil.h File Reference

Go to the source code of this file.

Defines

#define ERRCHECK()
#define CHECK_FRAMEBUFFER_STATUS()


Define Documentation

 
#define CHECK_FRAMEBUFFER_STATUS  ) 
 

 
#define ERRCHECK  ) 
 

Value:

{\
\
GLenum errCode;\
const GLubyte *errString;\
  if ((errCode = glGetError()) != GL_NO_ERROR) {\
    errString = gluErrorString(errCode);\
    fprintf (stderr, "OpenGL Error: %s at %s:%d\n", errString,  __FILE__,__LINE__);\
    exit(1);\
  }\
}\


Generated on Mon Jun 27 14:54:29 2005 for OPENVIDIA by  doxygen 1.4.0