lv_opengles_debug.h
API reference for lv_opengles_debug.h
Summary
Functions
GLClearError
void GLClearError(void)GLLogCall
void GLLogCall(const char *function, const char *file, int line)| Name | Type |
|---|---|
function | const char * |
file | const char * |
line | int |
Macros
GL_CALL
#define GL_CALL(x) \
do { \
GLClearError(); \
x; \
GLLogCall(#x, __FILE__, __LINE__); \
} while(0)Dependencies
How is this guide?
Last updated on