In file ./include/vob/glerr.hxx:

#define GLERR

((vobglErrorVariable = glGetError()

Show a GL error, if one has occurred.

Documentation

Show a GL error, if one has occurred. Requires semicolon, allows more stream output to error stream. Example use:
 *    glFoo(...);
 *    GLERR << localVariable << " " << localVariable2;
 *    glBar(...);
 *    GLERR;
 * 

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.