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