gl4es updated, added latest changes by ptitSeb
This commit is contained in:
2
project/jni/gl4es/spec/template/eglwrap.c.j2
Normal file → Executable file
2
project/jni/gl4es/spec/template/eglwrap.c.j2
Normal file → Executable 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; \
|
||||
|
||||
Reference in New Issue
Block a user