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

Method gen_render_instances

plugins/vswitch/vswitch.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 virtual void gen_render_instances(std::vector<scene::render_instance_uptr>& instances,
85 scene::damage_callback push_damage, wf::output_t *output = nullptr)
86 {
87 if (auto view = _view.lock())
88 {
89 view->get_transformed_node()->gen_render_instances(instances, push_damage, output);
90 }
91 }
92
93 virtual wf::geometry_t get_bounding_box()
94 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected