EgtGraphics 1.5h2 :
- corretto errore con OldGraphics - aggiunto a info dato su tipo driver (old/new way).
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user