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

Function glBindAttribLocationARB

source/glbinding/source/gl/functions_b.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void glBindAttribLocationARB(GLhandleARB programObj, GLuint index, const GLcharARB * name)
97{
98 return glbinding::Binding::BindAttribLocationARB(programObj, index, name);
99}
100
101void glBindBuffer(GLenum target, GLuint buffer)
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected