Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ toPython
Method
toPython
Source/Falcor/Utils/Properties.cpp:336–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
pybind11::dict Properties::toPython() const
337
{
338
return jsonToPython(*mJson);
339
}
340
341
std::string Properties::dump(int indent) const
342
{
Callers
4
FALCOR_SCRIPT_BINDING
Function · 0.80
createPass
Method · 0.80
updatePass
Method · 0.80
CPU_TEST
Function · 0.80
Calls
1
jsonToPython
Function · 0.85
Tested by
1
CPU_TEST
Function · 0.64