25 #include "common/ptr.h" 26 #include "common/scummsys.h" 27 #include "graphics/opengl/context.h" 28 #include "graphics/opengl/system_headers.h" 30 #if defined(USE_OPENGL) && !USE_FORCED_GLES2 && !USE_FORCED_GLES 32 #define HPL1_USE_OPENGL 42 void checkOGLErrors(
const char *
function,
const char *file,
int line);
51 ::Hpl1::checkOGLErrors(__func__, __FILE__, __LINE__); \ 53 #define GL_CHECK_FN() \ 54 { ::Hpl1::checkOGLErrors(__func__, __FILE__, __LINE__); } 56 #endif // defined(USE_OPENGL) && !USE_FORCED_GLES2 && !USE_FORCED_GLES 57 #endif // HPL1_OPENGL_H
Definition: formatinfo.h:28
Definition: algorithms.h:27