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

Function glGetProgramInfoLog

source/glbinding/source/gl/functions_g.cpp:1636–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634}
1635
1636void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
1637{
1638 return glbinding::Binding::GetProgramInfoLog(program, bufSize, length, infoLog);
1639}
1640
1641void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
1642{

Callers 2

link_infoFunction · 0.85
link_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected