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

Method makeOpenGLcontextCurrent

Gui/ViewerGL.cpp:3751–3757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3749}
3750
3751void
3752ViewerGL::makeOpenGLcontextCurrent()
3753{
3754 // always running in the main thread
3755 assert( qApp && qApp->thread() == QThread::currentThread() );
3756 makeCurrent();
3757}
3758
3759void
3760ViewerGL::removeGUI()

Callers 3

updateViewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected