MCPcopy 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
303static 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
309bool sOpenGLVerbose = true;
310

Callers 1

SimpleOpenGL3AppMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected