#include "OgrePrerequisites.h"
#include "OgreMath.h"
#include <OpenGLES/ES1/gl.h>
#include <OpenGLES/ES1/glext.h>
Go to the source code of this file.
◆ __PRETTY_FUNCTION__
#define __PRETTY_FUNCTION__ __FUNCTION__ |
◆ _OgreGLESExport
#define _OgreGLESExport __declspec(dllimport) |
◆ DEBUG_
Value: {\
fprintf(stderr, "%s:%d: %s\n", __FUNCTION__, __LINE__, text); \
}
Definition at line 153 of file OgreGLESPrerequisites.h.
◆ EGL_CHECK_ERROR
Value: { \
int e = eglGetError(); \
if ((e != 0) && (e != EGL_SUCCESS))\
{ \
char msgBuf[1024]; \
sprintf(msgBuf,
"EGL error 0x%04X in %s at line %i in %s \n", e,
__PRETTY_FUNCTION__, __LINE__, __FILE__);\
LogManager::getSingleton().logMessage(msgBuf);\
} \
}
Definition at line 187 of file OgreGLESPrerequisites.h.
◆ ENABLE_EGL_CHECK
#define ENABLE_EGL_CHECK 1 |
◆ ENABLE_GL_CHECK
#define ENABLE_GL_CHECK 0 |
◆ GL_BGRA
◆ GL_CHECK_ERROR
#define GL_CHECK_ERROR {} |
◆ GL_FILL
◆ GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES |
◆ GL_NONE
◆ NOMINMAX
◆ WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1 |