MCPcopy Create free account
hub / github.com/VCVRack/Rack / onContextDestroy

Method onContextDestroy

src/widget/FramebufferWidget.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319void FramebufferWidget::onContextDestroy(const ContextDestroyEvent& e) {
320 deleteFramebuffer();
321 setDirty();
322 Widget::onContextDestroy(e);
323}
324
325
326} // namespace widget

Callers 1

~WindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected