MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / fini

Method fini

plugins/cube/cube.cpp:754–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752 }
753
754 void fini() override
755 {
756 if (output->is_plugin_active(grab_interface.name))
757 {
758 deactivate();
759 }
760
761 wf::gles::run_in_context_if_gles([&]
762 {
763 program.free_resources();
764 });
765 }
766};
767
768

Callers

nothing calls this directly

Calls 3

run_in_context_if_glesFunction · 0.85
is_plugin_activeMethod · 0.80
free_resourcesMethod · 0.80

Tested by

no test coverage detected