MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / printGLInfo

Method printGLInfo

src/libutils/oglapphelpers/oglapp.cpp:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void OglApp::printGLInfo() const noexcept
231{
232 std::cout << std::endl
233 << "GL Vendor: " << glGetString(GL_VENDOR) << std::endl
234 << "GL Renderer: " << glGetString(GL_RENDERER) << std::endl
235 << "GL Version: " << glGetString(GL_VERSION) << std::endl
236 << "GLSL Version: " << glGetString(GL_SHADING_LANGUAGE_VERSION) << std::endl;
237}
238
239void OglApp::setupCommon()
240{

Callers 4

mainFunction · 0.80
setGPUMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64