MCPcopy Create free account
hub / github.com/cinder/Cinder / getString

Function getString

src/cinder/gl/wrapper.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::string getString( GLenum name )
171{
172 const GLubyte* s = glGetString( name );
173
174 if( s )
175 return std::string( reinterpret_cast<const char*>( s ) );
176 else
177 return std::string();
178}
179
180std::string getVersionString()
181{

Callers 5

drawMethod · 0.85
setupMethod · 0.85
ImGui_ImplCinder_InitFunction · 0.85
getVersionStringFunction · 0.85
getVendorStringFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected