Name
kOfxImageEffectPluginPropHostFrameThreading
— Indicates whether a plugin lets the host perform per frame SMP threading
Synopsis
#include "/ofxImageEffect.h"
#define kOfxImageEffectPluginPropHostFrameThreading "OfxImageEffectPluginPropHostFrameThreading"
Type
kOfxImageEffectPluginPropHostFrameThreading
is of type
int
, and has only a single dimension.
Property Set
This is a property that belongs to the plugin descriptor (read/write).
Default
The default value is 1.
Valid Values
This must be one of
- 0 - which means that the plugin will perform any per frame SMP threading
- 1 - which means the host can call an instance's render function simultaneously at the same frame, but with different windows to render.
Description
Indicates whether a plugin lets the host perform per frame SMP threading