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

Method getViewerMipMapLevel

Engine/ViewerInstance.cpp:3041–3047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3039}
3040
3041unsigned int
3042ViewerInstance::getViewerMipMapLevel() const
3043{
3044 QMutexLocker l(&_imp->viewerParamsMutex);
3045
3046 return _imp->viewerMipMapLevel;
3047}
3048
3049void
3050ViewerInstance::onMipMapLevelChanged(int level)

Calls

no outgoing calls

Tested by

no test coverage detected