![]() |
LibCarna Version 3.4.0
|
Defines the REPORT_GL_ERROR macro. More...
#include <LibCarna/base/LibCarnaException.hpp>
Go to the source code of this file.
Macros | |
#define | __func__ __FUNCTION__ |
Overloads the __func__ macro with __FUNCTION__ for GCC compatibility. | |
#define | __REPORT_GL_ERROR_IMPL |
Defines the implementation of the REPORT_GL_ERROR macro. | |
#define | REPORT_GL_ERROR __REPORT_GL_ERROR_IMPL |
Queries the GL error state and prints it to the debug output. | |
Defines the REPORT_GL_ERROR macro.
Definition in file glError.hpp.
#define __func__ __FUNCTION__ |
Overloads the __func__
macro with __FUNCTION__
for GCC compatibility.
Definition at line 35 of file glError.hpp.
#define __REPORT_GL_ERROR_IMPL |
Defines the implementation of the REPORT_GL_ERROR macro.
Definition at line 53 of file glError.hpp.
#define REPORT_GL_ERROR __REPORT_GL_ERROR_IMPL |
Queries the GL error state and prints it to the debug output.
Define NO_GL_ERROR_CHECKING
to disable this functionality, i.e. in the release build.
Definition at line 71 of file glError.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen