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

Function glBindParameterEXT

source/glbinding/source/gl/functions_b.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221GLuint glBindParameterEXT(GLenum value)
222{
223 return glbinding::Binding::BindParameterEXT(value);
224}
225
226void glBindProgramARB(GLenum target, GLuint program)
227{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected