X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=nanogl.cpp;h=11bd1eac4faf162e8d1bd5e9063deaee398499f1;hp=9130cecc1edfdca1da94048b5c359efc85ab7f9f;hb=4f937221b421f3c63856af69e4d620a7f8b0a6b0;hpb=51ccb8dbf05b56a5d01091ed7c5d3ec144d1d5d4 diff --git a/nanogl.cpp b/nanogl.cpp index 9130cec..11bd1ea 100644 --- a/nanogl.cpp +++ b/nanogl.cpp @@ -66,7 +66,7 @@ GlESInterface* glEsImpl = NULL; extern void InitGLStructs(); -static void gl_unimplemented() { +void gl_unimplemented() { LOGE ("Called unimplemented OpenGL ES API\n"); } @@ -127,8 +127,11 @@ static int CreateGlEsInterface( const char * name, void * lib, void * lib1, void LOGD ("<%s> @ 0x%p\n", *api, f); } } - else + else + { + LOGE ( "libEGL.so not loaded!"); f = default_func; + } } else { LOGD ("<%s> @ 0x%p\n", *api, f);