MCPcopy Create free account
hub / github.com/cginternals/glbinding / glGetString

Function glGetString

source/glbinding/source/gl/functions_g.cpp:1941–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939}
1940
1941const GLubyte * glGetString(GLenum name)
1942{
1943 return glbinding::Binding::GetString(name);
1944}
1945
1946const GLubyte * glGetStringi(GLenum name, GLuint index)
1947{

Callers 3

extensionsFunction · 0.85
rendererMethod · 0.85
vendorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected