lv_opengles_debug.h

API reference for lv_opengles_debug.h

Report on GitHub

Functions

GLClearError

 
void GLClearError(void)

GLLogCall

 
void GLLogCall(const char *function, const char *file, int line)
Parameters
NameType
functionconst char *
fileconst char *
lineint

Macros

GL_CALL

 
#define GL_CALL(x) \
    do { \
            GLClearError(); \
            x; \
            GLLogCall(#x, __FILE__, __LINE__); \
        } while(0)

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page