Runtime loading of plugin nodes. More...
Go to the source code of this file.
Data Structures | |
| struct | AtNodeLib |
| Used by dynamically-linked nodes to return node info. More... | |
Macros | |
| #define | AI_DLL_EXPORT __attribute__ ((visibility("default"))) |
| #define | AI_EXPORT_LIB AI_EXTERN_C AI_DLL_EXPORT |
| Used by dynamically-linked nodes to export the entry-point function. | |
Functions | |
| AI_API void | AiLoadPlugins (const char *directory) |
| Dynamically load plug-ins from a list of libraries. More... | |
Runtime loading of plugin nodes.