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

Function glExecuteProgramNV

source/glbinding/source/gl/functions_e.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void glExecuteProgramNV(GLenum target, GLuint id, const GLfloat * params)
302{
303 return glbinding::Binding::ExecuteProgramNV(target, id, params);
304}
305
306void glExtractComponentEXT(GLuint res, GLuint src, GLuint num)
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected