MCPcopy 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
556bool wf::render_pass_t::submit()
557{
558 bool status = wlr_render_pass_submit(pass);
559 this->pass = NULL;
560 return status;
561}
562
563wf::render_pass_t::~render_pass_t()
564{

Callers 2

runMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected