Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ render
Method
render
src/core/scene.cpp:226–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
void render(const wf::scene::render_instruction_t& data) override
227
{
228
wf::dassert(false,
"Rendering an inner node?"
);
229
}
230
231
direct_scanout try_scanout(wf::output_t *output) override
232
{
Callers
1
run_partial
Method · 0.45
Calls
1
dassert
Function · 0.85
Tested by
no test coverage detected