Name

OfxImageEffectOpenGLRenderSuiteV1 — OFX suite that provides image to texture conversion for OpenGL

Synopsis

#include "ofxOpenGLRender.h"
typedef struct OfxImageEffectOpenGLRenderSuiteV1
{
  OfxStatus (*clipLoadTexture)(OfxImageClipHandle clip,
                               OfxTime       time,
                               const char   *format,
                               const OfxRectD     *region,
                               OfxPropertySetHandle   *textureHandle);
  OfxStatus (*clipFreeTexture)(OfxPropertySetHandle   textureHandle);
  OfxStatus (*flushResources)( );
} OfxImageEffectOpenGLRenderSuiteV1;

Description

processing