MCPcopy Create free account
hub / github.com/cginternals/globjects / deregisterProgram

Method deregisterProgram

source/globjects/source/AbstractUniform.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void AbstractUniform::deregisterProgram(Program * program)
73{
74 assert(program != nullptr);
75
76 m_programs.erase(program);
77}
78
79void AbstractUniform::changed()
80{

Callers 2

~ProgramMethod · 0.80
addUniformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected