Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ forceSwapOnFrame
Method
forceSwapOnFrame
source/MRViewer/MRViewer.cpp:2488–2491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2486
}
2487
2488
void Viewer::forceSwapOnFrame( int i /*= 0*/ )
2489
{
2490
forceRedrawFramesWithoutSwap_ = std::min( i, forceRedrawFramesWithoutSwap_ );
2491
}
2492
2493
bool Viewer::isCurrentFrameSwapping() const
2494
{
Callers
1
finishFrame
Method · 0.80
Calls
1
min
Function · 0.85
Tested by
no test coverage detected