MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / createInstanceAction

Method createInstanceAction

Engine/OfxOverlayInteract.cpp:76–81  ·  view source on GitHub ↗

overridden from OFX::Host::Interact::Instance /////////////////////////////////////////////////////////////////////////////////////// protect all OpenGL attribs from anything wrong that could be done in interact functions Should this be done in the GUI? Probably not: the fact that interacts are OpenGL

Source from the content-addressed store, hash-verified

74// Should this be done in the GUI?
75// Probably not: the fact that interacts are OpenGL
76OfxStatus
77OfxOverlayInteract::createInstanceAction()
78{
79 //OGLContextSaver s(_viewport);
80 return OFX::Host::ImageEffect::OverlayInteract::createInstanceAction();
81}
82
83// overridden from OFX::Host::Interact::Instance
84OfxStatus

Callers 3

createRenderCloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected