Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ clearGlobalReplacements
Method
clearGlobalReplacements
source/globjects/source/Shader.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void Shader::clearGlobalReplacements()
93
{
94
s_globalReplacements.clear();
95
}
96
97
void Shader::accept(ObjectVisitor & visitor)
98
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected