#include <RslPlugin.h>
Public Member Functions | |
RslFunctionTable (const RslFunction *functions, RslVoidFunc init=NULL, RslVoidFunc cleanup=NULL) | |
Constructor. | |
Public Attributes | |
const RslFunction * | m_functions |
The function table. | |
const char | m_version |
Plugin API version number (for internal use only). | |
RslVoidFunc | m_initFunc |
Per-frame initialization function (possibly NULL). | |
RslVoidFunc | m_cleanupFunc |
Per-frame cleanup function (possibly NULL). |
|
Constructor.
|
|
Per-frame cleanup function (possibly NULL).
|
|
The function table.
|
|
Per-frame initialization function (possibly NULL).
|
|
Plugin API version number (for internal use only).
|