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

Method aboutToUpdateTextures

Engine/ViewerInstance.cpp:1974–1979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1972} // renderViewer_internal
1973
1974void
1975ViewerInstance::aboutToUpdateTextures()
1976{
1977 assert( qApp && qApp->thread() == QThread::currentThread() );
1978 _imp->uiContext->clearPartialUpdateTextures();
1979}
1980
1981bool
1982ViewerInstance::isViewerUIVisible() const

Callers 3

processFrameMethod · 0.80
processProducedFrameMethod · 0.80
renderCurrentFrameMethod · 0.80

Calls 1

Tested by

no test coverage detected