Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
GLboolean glIsProgram(GLuint program)
357
{
358
return glbinding::Binding::IsProgram(program);
359
}
360
361
GLboolean glIsProgramARB(GLuint program)
362
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68