MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / createInstance

Method createInstance

Test/TestOpenGL.cpp:621–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619} // TestOpenGLPluginFactory::describeInContext
620
621ImageEffect*
622TestOpenGLPluginFactory::createInstance(OfxImageEffectHandle handle,
623 ContextEnum /*context*/)
624{
625 return new TestOpenGLPlugin(handle);
626}
627
628static TestOpenGLPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
629mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected