kOfxImageEffectPluginRenderThreadSafety
— Indicates how many simultaneous renders the plugin can deal with.
#include "/ofxImageEffect.h" #define kOfxImageEffectPluginRenderThreadSafety "OfxImageEffectPluginRenderThreadSafety"
This must be one of
kOfxImageEffectRenderUnsafe
- indicating that only a single 'render' call can be made at any time amoung all instances,
kOfxImageEffectRenderInstanceSafe
- indicating that any instance can have a single 'render' call at any one time,
kOfxImageEffectRenderFullySafe
- indicating that any instance of a plugin can have multiple renders running simultaneously