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

Function glBindProgramNV

source/glbinding/source/gl/functions_b.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void glBindProgramNV(GLenum target, GLuint id)
232{
233 return glbinding::Binding::BindProgramNV(target, id);
234}
235
236void glBindProgramPipeline(GLuint pipeline)
237{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected