Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ get
Method
get
Source/Effect/Effect.cpp:161–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
Value* Pass::get(String name) const {
162
auto it = _uniforms.find(name);
163
if (it != _uniforms.end()) {
164
return it->second->getValue();
165
}
166
return nullptr;
167
}
168
169
/* Effect */
170
Callers
nothing calls this directly
Calls
4
find
Method · 0.65
end
Method · 0.45
getValue
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected