MCPcopy 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
161Value* 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

findMethod · 0.65
endMethod · 0.45
getValueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected