MCPcopy 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
336pybind11::dict Properties::toPython() const
337{
338 return jsonToPython(*mJson);
339}
340
341std::string Properties::dump(int indent) const
342{

Callers 4

FALCOR_SCRIPT_BINDINGFunction · 0.80
createPassMethod · 0.80
updatePassMethod · 0.80
CPU_TESTFunction · 0.80

Calls 1

jsonToPythonFunction · 0.85

Tested by 1

CPU_TESTFunction · 0.64