Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ printGLString
Function
printGLString
examples/OpenGLWindow/SimpleOpenGL3App.cpp:303–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
};
302
303
static void printGLString(const char* name, GLenum s)
304
{
305
const char* v = (const char*)glGetString(s);
306
printf(
"%s = %s\n"
, name, v);
307
}
308
309
bool sOpenGLVerbose = true;
310
Callers
1
SimpleOpenGL3App
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected