Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ isCompiled
Method
isCompiled
source/globjects/source/Shader.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
bool Shader::isCompiled() const
172
{
173
return m_compiled;
174
}
175
176
void Shader::invalidate()
177
{
Callers
1
compileAttachedShaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected