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

Function glGetActiveAttrib

source/glbinding/source/gl/functions_g.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
202{
203 return glbinding::Binding::GetActiveAttrib(program, index, bufSize, length, size, type, name);
204}
205
206void glGetActiveAttribARB(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected