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

Function glBindProgramARB

source/glbinding/source/gl/functions_b.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void glBindProgramARB(GLenum target, GLuint program)
227{
228 return glbinding::Binding::BindProgramARB(target, program);
229}
230
231void glBindProgramNV(GLenum target, GLuint id)
232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected