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

Function glIsProgram

source/glbinding/source/gl/functions_i.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356GLboolean glIsProgram(GLuint program)
357{
358 return glbinding::Binding::IsProgram(program);
359}
360
361GLboolean glIsProgramARB(GLuint program)
362{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68