Reduce log noise, run an old version to show if need be..

This commit is contained in:
Charles J. Cliffe 2015-08-14 21:28:43 -04:00
parent e98088159c
commit 4cc4c151fa
1 changed files with 2 additions and 3 deletions

View File

@ -32,9 +32,8 @@ void initGLExtensions() {
return;
}
const GLubyte *extensions = glGetString(GL_EXTENSIONS);
std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
// const GLubyte *extensions = glGetString(GL_EXTENSIONS);
// std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
#ifdef __linux__
const GLint interval = 2;