#include "../pch.h"
Go to the source code of this file.
Defines |
#define | CASE(er) case er: printf("%s(%i) %s\n", file, line, #er); break; |
Functions |
void | glPrintError (const char *file, const long line) |
| Print OpenGL error for the specified location.
|
Define Documentation
#define CASE |
( |
|
er |
) |
case er: printf("%s(%i) %s\n", file, line, #er); break; |
Function Documentation
void glPrintError |
( |
const char * |
file, |
|
|
const long |
line | |
|
) |
| | |
Print OpenGL error for the specified location.
Definition at line 3 of file Error.cpp.