EgtGraphics 1.5h2 :

- corretto errore con OldGraphics
- aggiunto a info dato su tipo driver (old/new way).
This commit is contained in:
Dario Sassi
2014-08-18 09:00:14 +00:00
parent e9fadd2357
commit ea2df9655f
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -243,6 +243,7 @@ Scene::GetOpenGLInfo( void)
const char* p ;
if ( ( p = reinterpret_cast<const char*> ( glGetString( GL_VERSION))) != nullptr)
sInfo += p ;
sInfo += ( m_bNewWay ? " (new way)" : " (old way)") ;
sInfo += " " ;
if ( ( p = reinterpret_cast<const char*> ( glGetString( GL_VENDOR))) != nullptr)
sInfo += p ;