MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / free

Method free

OpenCSG/src/channelManager.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 void ChannelManager::free() {
318 if (mInOffscreenBuffer) {
319 mOffscreenBuffer->EndCapture();
320 mInOffscreenBuffer = false;
321 }
322
323 merge();
324 }
325
326 void ChannelManager::renderToChannel(bool on) {
327

Callers 4

renderSCSFunction · 0.80
renderGoldfeatherFunction · 0.80

Calls 1

EndCaptureMethod · 0.45

Tested by

no test coverage detected