mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-27 06:08:37 -05:00
Reduce log noise, run an old version to show if need be..
This commit is contained in:
parent
e98088159c
commit
4cc4c151fa
@ -32,9 +32,8 @@ void initGLExtensions() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const GLubyte *extensions = glGetString(GL_EXTENSIONS);
|
// const GLubyte *extensions = glGetString(GL_EXTENSIONS);
|
||||||
|
// std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
|
||||||
std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl;
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
const GLint interval = 2;
|
const GLint interval = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user