MCPcopy Create free account
hub / github.com/cginternals/globjects / getString

Function getString

source/globjects/source/globjects.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165std::string getString(const GLenum pname)
166{
167 const GLubyte* result = glGetString(pname);
168
169 return reinterpret_cast<const char*>(result);
170}
171
172std::string getString(const GLenum pname, const GLuint index)
173{

Callers 5

operator<<Function · 0.85
statusStringMethod · 0.85
printStatusMethod · 0.85
attachmentStringMethod · 0.85
versionStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected