Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ setObject
Method
setObject
Source/Falcor/Utils/Scripting/Scripting.h:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
template<typename T>
96
void setObject(const std::string& name, T obj)
97
{
98
mGlobals[name.c_str()] = obj;
99
}
100
101
template<typename T>
102
T getObject(const std::string& name) const
Callers
9
applyEditorChanges
Method · 0.80
registerScriptBindings
Method · 0.80
runScriptFromFile
Method · 0.80
createFromFile
Method · 0.80
createFromString
Method · 0.80
updateGraph
Method · 0.80
setParameterBlock
Method · 0.80
importInternal
Method · 0.80
CPU_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
CPU_TEST
Function · 0.64