mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 21:11:52 +00:00
- downgrade GL_EXTENSIONS message in OpenGL ES to logging level
This commit is contained in:
parent
2fd8113576
commit
cb0c8922e0
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace OpenGLESRenderer
|
|||
Printf("GL_RENDERER: %s\n", glGetString(GL_RENDERER));
|
||||
Printf("GL_VERSION: %s\n", glGetString(GL_VERSION));
|
||||
Printf("GL_SHADING_LANGUAGE_VERSION: %s\n", glGetString(GL_SHADING_LANGUAGE_VERSION));
|
||||
Printf("GL_EXTENSIONS:\n");
|
||||
Printf(PRINT_LOG, "GL_EXTENSIONS:\n");
|
||||
for (unsigned i = 0; i < m_Extensions.Size(); i++)
|
||||
{
|
||||
Printf(" %s\n", m_Extensions[i].GetChars());
|
||||
|
|
Loading…
Reference in a new issue