gl4es updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2016-11-06 16:24:13 +02:00
parent b4cadd5955
commit 4d9ac0505d
74 changed files with 4989 additions and 131558 deletions

2
project/jni/gl4es/spec/template/eglwrap.c.j2 Normal file → Executable file
View File

@@ -2,7 +2,7 @@
{% block headers %}
{{ super() }}
void *egl_lib;
#define WARN_NULL(name) if (name == NULL) printf("libGL: warning, " #name " is NULL\n");
#define WARN_NULL(name) if (name == NULL) printf("LIBGL: warning, " #name " is NULL\n");
#define LOAD_EGL(type, name, args...) \
typedef type (*eglptr_##name)(args); \
static eglptr_##name egl_##name; \