Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void AbstractUniform::deregisterProgram(Program * program)
73
{
74
assert(program != nullptr);
75
76
m_programs.erase(program);
77
}
78
79
void AbstractUniform::changed()
80
{
Callers
2
~Program
Method · 0.80
addUniform
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected