Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ isValid
Method
isValid
source/globjects/source/Program.cpp:558–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
}
557
558
bool Program::isValid() const
559
{
560
return get(gl::GL_VALIDATE_STATUS) == 1;
561
}
562
563
void Program::validate()
564
{
Callers
1
isInCoreProfile
Method · 0.45
Calls
1
get
Function · 0.85
Tested by
no test coverage detected