MCPcopy 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
2488void Viewer::forceSwapOnFrame( int i /*= 0*/ )
2489{
2490 forceRedrawFramesWithoutSwap_ = std::min( i, forceRedrawFramesWithoutSwap_ );
2491}
2492
2493bool Viewer::isCurrentFrameSwapping() const
2494{

Callers 1

finishFrameMethod · 0.80

Calls 1

minFunction · 0.85

Tested by

no test coverage detected