Procedural function table. More...
#include <ai_procedural.h>
Data Fields | |
AtProcInit | Init |
This is called first and should initialize the procedural. | |
AtProcCleanup | Cleanup |
This is called last and should clean up any temporary memory used by the procedural. | |
AtProcNumNodes | NumNodes |
This is called to find out how many nodes this procedural will generate. | |
AtProcGetNode | GetNode |
This is called NumNodes times, once for each node the procedural creates. | |
char | version [AI_MAXSIZE_VERSION] |
You must copy the contents of the AI_VERSION macro here. | |
Procedural function table.
This structure is used to report the function pointers that the renderer needs to call at runtime. The version field is used for runtime compatibility checking.