Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ submit
Method
submit
src/render.cpp:556–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
554
}
555
556
bool wf::render_pass_t::submit()
557
{
558
bool status = wlr_render_pass_submit(pass);
559
this->pass = NULL;
560
return status;
561
}
562
563
wf::render_pass_t::~render_pass_t()
564
{
Callers
2
run
Method · 0.80
paint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected