MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / startScripting

Method startScripting

Source/Falcor/Core/SampleApp.cpp:617–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void SampleApp::startScripting()
618{
619 auto bindFunc = [this](pybind11::module& m) { this->registerScriptBindings(m); };
620 ScriptBindings::registerBinding(bindFunc);
621 Scripting::start();
622}
623
624void SampleApp::registerScriptBindings(pybind11::module& m)
625{

Callers

nothing calls this directly

Calls 2

registerBindingFunction · 0.85

Tested by

no test coverage detected