OMNI_GRAPH_EXEC_ON_MODULE_STARTED

Defined in omni/graph/exec/unstable/Module.h

OMNI_GRAPH_EXEC_ON_MODULE_STARTED(moduleName_)

Helper macro to ensure EF features are enabled in the current module/plugin.

This macro should be called from either carbOnPluginStartup or onStarted.

If your module/plugin registers EF nodes or passes, you must call this macro.

For Kit-based extensions, rather than calling this macro, call OMNI_KIT_EXEC_CORE_ON_MODULE_STARTED(), which will call this macro on your behalf.