forked from organicmaps/organicmaps
logging OpenGL information in all build configurations.
This commit is contained in:
parent
8a339dd914
commit
8891c7fe9a
1 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@ namespace yg
|
|||
|
||||
void DumpGLInformation()
|
||||
{
|
||||
#ifndef OMIM_PRODUCTION
|
||||
LOG(LINFO, ("OpenGL Information"));
|
||||
LOG(LINFO, ("--------------------------------------------"));
|
||||
LOG(LINFO, ("Vendor : ", glGetString(GL_VENDOR)));
|
||||
|
@ -55,7 +54,6 @@ namespace yg
|
|||
}
|
||||
|
||||
LOG(LINFO, ("--------------------------------------------"));
|
||||
#endif
|
||||
}
|
||||
|
||||
bool g_isBufferObjectsSupported = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue