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

Method optimize_update

src/view/view-3d.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475uint32_t transformer_base_node_t::optimize_update(uint32_t flags)
476{
477 return optimize_nested_render_instances(shared_from_this(), flags);
478}
479
480wf::texture_t transformer_base_node_t::get_updated_contents(const wf::geometry_t& bbox, float scale,
481 std::vector<scene::render_instance_uptr>& children)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected