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