Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ paint
Method
paint
modules/gui/gui/src/dev/sandbox.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
_build_owner->flush_layout();
83
}
84
void Sandbox::paint()
85
{
86
_build_owner->flush_paint();
87
}
88
void Sandbox::compose()
89
{
90
_root_layer->update_window();
Callers
1
main
Function · 0.45
Calls
1
flush_paint
Method · 0.80
Tested by
no test coverage detected