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

Function registerPlugin

Source/RenderPasses/SDFEditor/SDFEditor.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96} // namespace
97
98extern "C" FALCOR_API_EXPORT void registerPlugin(Falcor::PluginRegistry& registry)
99{
100 registry.registerClass<RenderPass, SDFEditor>();
101 ScriptBindings::registerBinding(SDFEditor::registerBindings);
102}
103
104void SDFEditor::registerBindings(pybind11::module& m)
105{

Callers

nothing calls this directly

Calls 1

registerBindingFunction · 0.85

Tested by

no test coverage detected