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

Function glBindFragDataLocation

source/glbinding/source/gl/functions_b.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void glBindFragDataLocation(GLuint program, GLuint color, const GLchar * name)
162{
163 return glbinding::Binding::BindFragDataLocation(program, color, name);
164}
165
166void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected