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
| 74 | // Should this be done in the GUI? |
| 75 | // Probably not: the fact that interacts are OpenGL |
| 76 | OfxStatus |
| 77 | OfxOverlayInteract::createInstanceAction() |
| 78 | { |
| 79 | //OGLContextSaver s(_viewport); |
| 80 | return OFX::Host::ImageEffect::OverlayInteract::createInstanceAction(); |
| 81 | } |
| 82 | |
| 83 | // overridden from OFX::Host::Interact::Instance |
| 84 | OfxStatus |
no outgoing calls
no test coverage detected