Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ invalidate
Method
invalidate
source/globjects/source/Shader.cpp:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void Shader::invalidate()
177
{
178
m_compiled = false;
179
m_compilationFailed = false;
180
changed();
181
}
182
183
const Shader::IncludePaths & Shader::includePaths() const
184
{
Callers
1
setVaryings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected