Name

kOfxImageEffectPropOpenGLRenderSupported — Indicates whether a host or plugin can support OpenGL accelerated

Synopsis

#include "/ofxOpenGLRender.h"
#define kOfxImageEffectPropOpenGLRenderSupported "OfxImageEffectPropOpenGLRenderSupported"

Type

kOfxImageEffectPropOpenGLRenderSupported is of type C string , and has only a single dimension.

Property Set

This is a property that belongs to the plugin descriptor (read/write), host descriptor (read .

Default

The default value is "false" for a plugin .

Valid Values

This must be one of

  • "false" - in which case the host or plugin does not support OpenGL

Description

Indicates whether a host or plugin can support OpenGL accelerated rendering

only) - plugin instance change (read/write) accelerated rendering

  • "true" - which means a host or plugin can support OpenGL accelerated

rendering, in the case of plug-ins this also means that it is capable of CPU based rendering in the absence of a GPU

  • "needed" - only for plug-ins, this means that an effect has to have

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.