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

Function glGetStringi

source/glbinding/source/gl/functions_g.cpp:1946–1949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1944}
1945
1946const GLubyte * glGetStringi(GLenum name, GLuint index)
1947{
1948 return glbinding::Binding::GetStringi(name, index);
1949}
1950
1951GLuint glGetSubroutineIndex(GLuint program, GLenum shadertype, const GLchar * name)
1952{

Callers 1

extensionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected