MCPcopy 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
558bool Program::isValid() const
559{
560 return get(gl::GL_VALIDATE_STATUS) == 1;
561}
562
563void Program::validate()
564{

Callers 1

isInCoreProfileMethod · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected