Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ draw
Method
draw
src/cinder/app/linux/WindowImplLinuxGlfw.cpp:226–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
void WindowImplLinux::draw()
227
{
228
mAppImpl->setWindow( mWindowRef );
229
mRenderer->startDraw();
230
mWindowRef->emitDraw();
231
mRenderer->finishDraw();
232
}
233
234
void WindowImplLinux::resize()
235
{
Callers
2
run
Method · 0.45
run
Method · 0.45
Calls
4
emitDraw
Method · 0.80
setWindow
Method · 0.45
startDraw
Method · 0.45
finishDraw
Method · 0.45
Tested by
no test coverage detected