|
GameKit
0.0.1a
C++ gamedev tools
|
Go to the source code of this file.
Namespaces | |
| gk | |
| gk::priv | |
Macros | |
| #define | glCheck(expr) do { expr; gk::priv::glCheckError(__FILE__, __LINE__, #expr); } while (false) |
Functions | |
| void | gk::priv::glCheckError (const char *file, unsigned int line, const char *expression) |
| #define glCheck | ( | expr | ) | do { expr; gk::priv::glCheckError(__FILE__, __LINE__, #expr); } while (false) |
Definition at line 18 of file GLCheck.hpp.
1.8.12