| 619 | } // TestOpenGLPluginFactory::describeInContext |
| 620 | |
| 621 | ImageEffect* |
| 622 | TestOpenGLPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 623 | ContextEnum /*context*/) |
| 624 | { |
| 625 | return new TestOpenGLPlugin(handle); |
| 626 | } |
| 627 | |
| 628 | static TestOpenGLPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 629 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected