kOfxImageEffectPropOpenGLRenderSupported
— Indicates whether a host or plugin can support OpenGL accelerated
#include "/ofxOpenGLRender.h" #define kOfxImageEffectPropOpenGLRenderSupported "OfxImageEffectPropOpenGLRenderSupported"
kOfxImageEffectPropOpenGLRenderSupported
is of type
C string
, and has only a single dimension.
This is a property that belongs to the plugin descriptor (read/write), host descriptor (read .
Indicates whether a host or plugin can support OpenGL accelerated rendering
only) - plugin instance change (read/write) accelerated rendering
rendering, in the case of plug-ins this also means that it is capable of CPU based rendering in the absence of a GPU
OpenGL support, without which it cannot work.
V1.4: It is now expected from host reporting v1.4 that the plugin can during instance change switch from true to false and false to true.